Interface ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
The stage of application definition allowing specifying reply URLs.
-
Method Summary
Modifier and TypeMethodDescriptionwithReplyUrl(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 definition
-