WebAppAuthentication.DefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the return type of attach()
public interface WithAttach extends Attachable.InDefinition,WebAppAuthentication.DefinitionStages.WithAuthenticationProvider,WebAppAuthentication.DefinitionStages.WithTokenStore,WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls
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 definition using attach().
Inherited Members
Attachable.InDefinition<ParentT>.attach()
WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>.withActiveDirectory(String clientId, String issuerUrl)
WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>.withAllowedExternalRedirectUrl(String url)
WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>.withFacebook(String appId, String appSecret)
WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>.withGoogle(String clientId, String clientSecret)
WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>.withMicrosoft(String clientId, String clientSecret)
WebAppAuthentication.DefinitionStages.WithTokenStore<ParentT>.withTokenStore(boolean enabled)
WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>.withTwitter(String apiKey, String apiSecret)
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java