Share via


AuthFailure.ErrorUri Property

Definition

Derived from the error_uri parameter of the error response.

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

Property Value

A System.Uri that contains the error URI.

Applies to