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 Summary
Modifier and TypeMethodDescriptionwithoutReplyUrl(String replyUrl) Removes a reply URL.withReplyUrl(String replyUrl) Adds a reply URL to the application.
-
Method Details
-
withReplyUrl
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
Removes a reply URL.- Parameters:
replyUrl- the reply URL to remove- Returns:
- the next stage in application update
-