ParentT - the return type of the final Attachable.attach()public static interface WebAppAuthentication.UpdateDefinitionStages.WithDefaultAuthenticationProvider<ParentT>
| Modifier and Type | Method and Description |
|---|---|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
withAnonymousAuthentication()
Does not require login by default.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> |
withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
Specifies the default authentication provider.
|
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> withAnonymousAuthentication()
WebAppAuthentication.UpdateDefinitionStages.WithAttach<ParentT> withDefaultAuthenticationProvider(BuiltInAuthenticationProvider provider)
provider - the default authentication provider/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/