Class OAuthErrorData
Inheritance
System.Object
OAuthErrorData
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Security.OAuth
Assembly: ImageVault.Common.dll
Syntax
public class OAuthErrorData
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 |