ClientAccessTokenTypeType
extends Enumeration
in package
Defines the type of a client access token.
Table of Contents
Constants
- CALLER_IDENTITY = 'CallerIdentity'
- A caller identity client access token.
- CONNECTORS = 'Connectors'
- Undocumented.
- EXTENSION_CALLBACK = 'ExtensionCallback'
- An extension callback client access token.
- EXTENSION_REST_API_CALLBACK = 'ExtensionRestApiCallback'
- Undocumented.
- LOKI = 'Loki'
- Undocumented.
- SCOPED_TOKEN = 'ScopedToken'
- Indicates that the client access token is a scoped token.
Properties
- $_ : string
- Element value.
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.
- __toString() : string
- Returns the value of this enumeration as a string.
Constants
CALLER_IDENTITY
A caller identity client access token.
public
string
CALLER_IDENTITY
= 'CallerIdentity'
Tags
CONNECTORS
Undocumented.
public
string
CONNECTORS
= 'Connectors'
Tags
EXTENSION_CALLBACK
An extension callback client access token.
public
string
EXTENSION_CALLBACK
= 'ExtensionCallback'
Tags
EXTENSION_REST_API_CALLBACK
Undocumented.
public
string
EXTENSION_REST_API_CALLBACK
= 'ExtensionRestApiCallback'
Tags
LOKI
Undocumented.
public
string
LOKI
= 'Loki'
Tags
SCOPED_TOKEN
Indicates that the client access token is a scoped token.
public
string
SCOPED_TOKEN
= 'ScopedToken'
Tags
Properties
$_
Element value.
public
string
$_
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
__toString()
Returns the value of this enumeration as a string.
public
__toString() : string
.