Show / Hide Table of Contents

Class AccessGateway.AccessGatewayTokenRequest

Inheritance
Object
AccessGateway.AccessGatewayTokenRequest
Namespace: SuperOffice.Util
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
Type Description
String

client_secret

Declaration
public string client_secret { get; set; }
Property Value
Type Description
String

grant_type

Declaration
public string grant_type { get; set; }
Property Value
Type Description
String

scope

Declaration
public string scope { get; set; }
Property Value
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top