Interface WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT>

Type Parameters:
ParentT - the return type of Attachable.InUpdate.attach()
All Superinterfaces:
Attachable.InUpdate<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithAuthenticationProvider<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithExternalRedirectUrls<ParentT>, WebAppAuthentication.UpdateDefinitionStages.WithTokenStore<ParentT>
All Known Subinterfaces:
WebAppAuthentication.UpdateDefinition<ParentT>
Enclosing interface:
WebAppAuthentication.UpdateDefinitionStages

The final stage of the web app authentication definition.

At this stage, any remaining optional settings can be specified, or the web app authentication definition can be attached to the parent web app update using Attachable.InUpdate.attach().