ClientAccessTokenRequestType
extends Type
in package
Defines a single token request.
Table of Contents
Properties
- $Id : string
- Specifies the identifier of an app.
- $Scope : string
- Specifies a token scope.
- $TokenType : string
- Identifies the type of client access token.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Id
Specifies the identifier of an app.
public
string
$Id
Tags
$Scope
Specifies a token scope.
public
string
$Scope
Tags
$TokenType
Identifies the type of client access token.
public
string
$TokenType
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed