Interface ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
-
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition,ActiveDirectoryApplication.DefinitionStages.Blank,ActiveDirectoryApplication.DefinitionStages.WithCreate
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.WithReplyUrlThe stage of application definition allowing specifying reply URLs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreatewithReplyUrl(String replyUrl)Adds a reply URL to the application.
-
-
-
Method Detail
-
withReplyUrl
ActiveDirectoryApplication.DefinitionStages.WithCreate 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 definition
-
-