Interface WebAppAuthentication.UpdateDefinitionStages
-
- Enclosing interface:
- WebAppAuthentication
public static interface WebAppAuthentication.UpdateDefinitionStagesGrouping of web app authentication definition stages applicable as part of a web app update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebAppAuthentication.UpdateDefinitionStages.Blank<ParentT>The first stage of a web app authentication definition as part of a definition of a web app.static interfaceWebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>The final stage of the web app authentication definition.static interfaceWebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>A web app authentication definition allowing detailed provider information to be specified.static interfaceWebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>A web app authentication definition allowing the default authentication provider to be set.static interfaceWebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>A web app authentication definition allowing branch to be specified.static interfaceWebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>A web app authentication definition allowing token store to be specified.
-