WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider<ParentT> Interface
Type Parameters
- ParentT
the return type of the final Attachable#attach()
public static interface WebAppAuthentication.DefinitionStages.WithDefaultAuthenticationProvider
A web app authentication definition allowing the default authentication provider to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withAnonymousAuthentication()
Does not require login by default. |
abstract
With |
withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider. |
Method Details
withAnonymousAuthentication
public abstract WebAppAuthentication.DefinitionStages.WithAttach
Does not require login by default.
Returns:
withDefaultAuthenticationProvider
public abstract WebAppAuthentication.DefinitionStages.WithAttach
Specifies the default authentication provider.
Parameters:
Returns:
Applies to
Azure SDK for Java