Show / Hide Table of Contents

Class AccessGateway.AccessGatewayTokenRequest

Inheritance
object
AccessGateway.AccessGatewayTokenRequest
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class AccessGateway.AccessGatewayTokenRequest

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