你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebAppAuthentication.Definition<ParentT> Interface
Type Parameters
- ParentT
the return type of the final attach()
public interface Definition extends WebAppAuthentication.DefinitionStages.Blank,WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider,WebAppAuthentication.DefinitionStages.WithAttach
The entirety of a web app authentication definition.
Inherited Members
Attachable.InDefinition<ParentT>.attach()
WebAppAuthentication.DefinitionStages.WithAuthenticationProvider<ParentT>.withActiveDirectory(String clientId, String issuerUrl)
WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls<ParentT>.withAllowedExternalRedirectUrl(String url)
WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>.withAnonymousAuthentication()
WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT>.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
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)