Class AccessGateway.AccessGatewayTokenRequest
Inheritance
AccessGateway.AccessGatewayTokenRequest
Assembly: SoDataBase.dll
Syntax
public class AccessGatewayTokenRequest : Object
Constructors
AccessGatewayTokenRequest()
Declaration
public AccessGatewayTokenRequest()
Properties
client_id
Declaration
public string client_id { get; set; }
Property Value
client_secret
Declaration
public string client_secret { get; set; }
Property Value
grant_type
Declaration
public string grant_type { get; set; }
Property Value
scope
Declaration
public string scope { get; set; }
Property Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)