JwtBearerChallengeContext.ErrorDescription Property

Definition

Gets or sets the "error_description" value returned to the caller as part of the WWW-Authenticate header. This property may be null when IncludeErrorDetails is set to false.

public:
 property System::String ^ ErrorDescription { System::String ^ get(); void set(System::String ^ value); };
public string ErrorDescription { get; set; }
public string? ErrorDescription { get; set; }
member this.ErrorDescription : string with get, set
Public Property ErrorDescription As String

Property Value

Applies to