WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT> Interface
Type Parameters
- ParentT
the return type of the final attach()
public interface WithDefaultAuthenticationProvider
A web app authentication definition allowing the default authentication provider to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
Web |
withAnonymousAuthentication()
Does not require login by default. |
Web |
withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider. |
Method Details
withAnonymousAuthentication
public WithAttach
Does not require login by default.
Returns:
the next stage of the definition
withDefaultAuthenticationProvider
public WithAttach
Specifies the default authentication provider.
Parameters:
provider
- the default authentication provider
Returns:
the next stage of the definition
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