Class AccessGateway.AccessGatewayTokenReply
Inheritance
AccessGateway.AccessGatewayTokenReply
Assembly: SoDataBase.dll
Syntax
public class AccessGatewayTokenReply : Object
Constructors
AccessGatewayTokenReply()
Declaration
public AccessGatewayTokenReply()
Properties
access_token
Declaration
public string access_token { get; set; }
Property Value
expires_in
Declaration
public string expires_in { get; set; }
Property Value
token_type
Declaration
public string token_type { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)