ClientAccessTokenType
extends Type
in package
Defines a client access token.
Table of Contents
Properties
- $Id : string
- Specifies the identifier of the token.
- $TokenType : string
- Specifies the type of token.
- $TokenValue : string
- Specifies the encoded client access token.
- $TTL : int
- Specifies the time, in minutes, that the token is valid.
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 the token.
public
string
$Id
Tags
$TokenType
Specifies the type of token.
public
string
$TokenType
Tags
$TokenValue
Specifies the encoded client access token.
public
string
$TokenValue
Tags
$TTL
Specifies the time, in minutes, that the token is valid.
public
int
$TTL
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