Middleware.Authentication.AppService.AzureAppServiceAuthenticationOptions.AzureAppServiceAuthenticationOptions C# (CSharp) Method

AzureAppServiceAuthenticationOptions() public method

public AzureAppServiceAuthenticationOptions ( ) : Microsoft.AspNetCore.Builder
return Microsoft.AspNetCore.Builder
        public AzureAppServiceAuthenticationOptions()
        {
            this.AuthenticationScheme = "Automatic";
        }
    }
AzureAppServiceAuthenticationOptions