WebAppAuthentication.UpdateStages.WithDefaultAuthenticationProvider<ParentT> Interface
Type Parameters
- ParentT
the return type of the final parent()
public interface WithDefaultAuthenticationProvider
A web app authentication update 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 Update
Does not require login by default.
Returns:
the next stage of the web app authentication update
withDefaultAuthenticationProvider
public Update
Specifies the default authentication provider.
Parameters:
provider
- the default authentication provider
Returns:
the next stage of the web app authentication update
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java