JwtBearerDefaults Class

Default values used by bearer authentication.

Namespace
Microsoft.AspNetCore.Authentication.JwtBearer
Assemblies
  • Microsoft.AspNetCore.Authentication.JwtBearer

Syntax

public class JwtBearerDefaults
class Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerDefaults

Fields

AuthenticationScheme()

Default value for AuthenticationScheme property in the JwtBearerAuthenticationOptions

Return type:System.String
public const string AuthenticationScheme = "Bearer"