JwtBearerChallengeContext.ErrorUri Property

Definition

Gets or sets the "error_uri" value returned to the caller as part of the WWW-Authenticate header. This property is always null unless explicitly set.

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

Property Value

Applies to