public static interface ActiveDirectoryApplication.UpdateStages.WithReplyUrl
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryApplication.Update |
withoutReplyUrl(String replyUrl)
Removes a reply URL.
|
ActiveDirectoryApplication.Update |
withReplyUrl(String replyUrl)
Adds a reply URL to the application.
|
ActiveDirectoryApplication.Update withReplyUrl(String replyUrl)
replyUrl - URIs to which Azure AD will redirect in response to an OAuth 2.0 requestActiveDirectoryApplication.Update withoutReplyUrl(String replyUrl)
replyUrl - the reply URL to remove/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/