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 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