JwtBearerChallengeContext.ErrorUri 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 "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