Interface ActiveDirectoryApplication.UpdateStages.WithReplyUrl
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Update
- Enclosing interface:
- ActiveDirectoryApplication.UpdateStages
public static interface ActiveDirectoryApplication.UpdateStages.WithReplyUrlThe stage of application update allowing specifying reply URLs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.UpdatewithoutReplyUrl(String replyUrl)Removes a reply URL.ActiveDirectoryApplication.UpdatewithReplyUrl(String replyUrl)Adds a reply URL to the application.
-
-
-
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
-
-