Class OAuthErrorData
Inheritance
System.Object
OAuthErrorData
Namespace: ImageVault.Common.Security.OAuth
Assembly: ImageVault.Common.dll
Syntax
public class OAuthErrorData : Object
Constructors
OAuthErrorData()
Declaration
public OAuthErrorData()
Properties
Error
Get/Sets the OAuthErrorCode of the OAuthException
Declaration
public string Error { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ErrorDescription
Gets the Message of the OAuthException
Declaration
public string ErrorDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ErrorUri
Get/Sets the ErrorUri of the OAuthException
Declaration
public Uri ErrorUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |