Interface ActiveDirectoryApplication.UpdateStages.WithReplyUrl

All Known Subinterfaces:
ActiveDirectoryApplication.Update
Enclosing interface:
ActiveDirectoryApplication.UpdateStages

public static interface ActiveDirectoryApplication.UpdateStages.WithReplyUrl
The stage of application update allowing specifying reply URLs.
  • Method Details

    • withReplyUrl

      ActiveDirectoryApplication.Update withReplyUrl(String replyUrl)
      Adds a reply URL to the application.
      Parameters:
      replyUrl - URIs to which Azure AD will redirect in response to an OAuth 2.0 request
      Returns:
      the next stage in application update
    • withoutReplyUrl

      ActiveDirectoryApplication.Update withoutReplyUrl(String replyUrl)
      Removes a reply URL.
      Parameters:
      replyUrl - the reply URL to remove
      Returns:
      the next stage in application update