WebAppAuthentication.DefinitionStages.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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java