AzureADDefaults.JwtBearerAuthenticationScheme Field
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.
The scheme name for JWT Bearer when using AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>).
public: static initonly System::String ^ JwtBearerAuthenticationScheme;
public: System::String ^ JwtBearerAuthenticationScheme;
public static readonly string JwtBearerAuthenticationScheme;
public const string JwtBearerAuthenticationScheme;
staticval mutable JwtBearerAuthenticationScheme : string
val mutable JwtBearerAuthenticationScheme : string
Public Shared ReadOnly JwtBearerAuthenticationScheme As String
Public Const JwtBearerAuthenticationScheme As String