Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppAuthentication.DefinitionStages.WithAttach
Packages that use WebAppAuthentication.DefinitionStages.WithAttach
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebAppAuthentication.DefinitionStages.WithAttach in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppAuthentication.DefinitionStages.WithAttach in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceWebAppAuthentication.Definition<ParentT>The entirety of a web app authentication definition.Methods in com.azure.resourcemanager.appservice.models that return WebAppAuthentication.DefinitionStages.WithAttachModifier and TypeMethodDescriptionWebAppAuthentication.DefinitionStages.WithAuthenticationProvider.withActiveDirectory(String clientId, String issuerUrl) Specifies the provider to be Active Directory and its client ID and issuer URL.WebAppAuthentication.DefinitionStages.WithExternalRedirectUrls.withAllowedExternalRedirectUrl(String url) Adds an external redirect URL.WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider.withAnonymousAuthentication()Does not require login by default.WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider.withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider) Specifies the default authentication provider.WebAppAuthentication.DefinitionStages.WithAuthenticationProvider.withFacebook(String appId, String appSecret) Specifies the provider to be Facebook and its app ID and app secret.WebAppAuthentication.DefinitionStages.WithAuthenticationProvider.withGoogle(String clientId, String clientSecret) Specifies the provider to be Google and its client ID and client secret.WebAppAuthentication.DefinitionStages.WithAuthenticationProvider.withMicrosoft(String clientId, String clientSecret) Specifies the provider to be Microsoft and its client ID and client secret.WebAppAuthentication.DefinitionStages.WithTokenStore.withTokenStore(boolean enabled) Specifies if token store should be enabled.WebAppAuthentication.DefinitionStages.WithAuthenticationProvider.withTwitter(String apiKey, String apiSecret) Specifies the provider to be Twitter and its API key and API secret.