Class OAuthAuthorizationInfo
Inheritance
System.Object
OAuthAuthorizationInfo
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.Data
Assembly: ImageVault.Common.dll
Syntax
public class OAuthAuthorizationInfo
Constructors
OAuthAuthorizationInfo()
Declaration
public OAuthAuthorizationInfo()
OAuthAuthorizationInfo(OAuthAuthorizationInfo)
Declaration
public OAuthAuthorizationInfo(OAuthAuthorizationInfo info)
Parameters
Type | Name | Description |
---|---|---|
OAuthAuthorizationInfo | info |
Properties
Code
The authorization code.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Expires
The authorization code's expiry time
Declaration
public DateTime Expires { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Remarks
Value is in UTC format
State
The authorization code's state
Declaration
public OAuthAuthorizationState State { get; set; }
Property Value
Type | Description |
---|---|
OAuthAuthorizationState |