BaseValidatingContext<TOptions>.ErrorDescription Property
The optional errorDescription argument provided when SetError was called on this context. This is eventually returned to the client app as the OAuth "error_description" parameter.
Namespace: Microsoft.Owin.Security.OAuth
Assembly: Microsoft.Owin.Security.OAuth (in Microsoft.Owin.Security.OAuth.dll)
Syntax
public string ErrorDescription { get; private set; }
public:
property String^ ErrorDescription {
String^ get();
private: void set(String^ value);
}
member ErrorDescription : string with get, private set
Public Property ErrorDescription 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