TokenFailure.ErrorUri Property

Definition

Provides the error_uri parameter of the error response.

public:
 property Uri ^ ErrorUri { Uri ^ get(); };
Uri ErrorUri();
public System.Uri ErrorUri { get; }
var uri = tokenFailure.errorUri;
Public ReadOnly Property ErrorUri As Uri

Property Value

A System.Uri that contains the error_uri parameter of the error response.

Applies to