AppServicesAuthenticationBuilderExtensions.AddAppServicesAuthentication Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add authentication with App Services.
public static Microsoft.AspNetCore.Authentication.AuthenticationBuilder AddAppServicesAuthentication (this Microsoft.AspNetCore.Authentication.AuthenticationBuilder builder);
static member AddAppServicesAuthentication : Microsoft.AspNetCore.Authentication.AuthenticationBuilder -> Microsoft.AspNetCore.Authentication.AuthenticationBuilder
<Extension()>
Public Function AddAppServicesAuthentication (builder As AuthenticationBuilder) As AuthenticationBuilder
Parameters
- builder
- AuthenticationBuilder
Authentication builder.
Returns
The builder, to chain commands.