BaseValidatingContext<TOptions>.ErrorUri Property

 

The optional errorUri argument provided when SetError was called on this context. This is eventually returned to the client app as the OAuth "error_uri" parameter.

Namespace:   Microsoft.Owin.Security.OAuth
Assembly:  Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)

Syntax

public string ErrorUri { get; private set; }
public:
property String^ ErrorUri {
    String^ get();
    private: void set(String^ value);
}
member ErrorUri : string with get, private set
Public Property ErrorUri As String
    Get
    Private Set
End Property

Property Value

Type: System.String

Returns String.

See Also

BaseValidatingContext<TOptions> Class
Microsoft.Owin.Security.OAuth Namespace

Return to top