Interface ActiveDirectoryApplication.UpdateStages.WithReplyUrl

    • Method Detail

      • 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