Class AuthResponse
Inheritance
System.Object
AuthResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class AuthResponse
Properties
AccessToken
Gets or sets the access token.
Declaration
public string AccessToken { get; set; }
Property Value
System.String
The access token. |
Expiration
Gets or sets the expiration time of token.
Declaration
public int Expiration { get; set; }
Property Value
System.Int32
The expiration time of token. |