AzureADOptions.JwtBearerSchemeName Property
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.
Gets or sets the Jwt bearer authentication scheme to use for validating access tokens for this instance of Azure Active Directory Bearer authentication.
public:
property System::String ^ JwtBearerSchemeName { System::String ^ get(); };
public string JwtBearerSchemeName { get; }
member this.JwtBearerSchemeName : string
Public ReadOnly Property JwtBearerSchemeName As String