Documentation

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
since

Exchange 2013

CONNECTORS

Undocumented.

public string CONNECTORS = 'Connectors'
Tags
since

Exchange 2016

todo

Update once documentation exists.

EXTENSION_CALLBACK

An extension callback client access token.

public string EXTENSION_CALLBACK = 'ExtensionCallback'
Tags
since

Exchange 2013

EXTENSION_REST_API_CALLBACK

Undocumented.

public string EXTENSION_REST_API_CALLBACK = 'ExtensionRestApiCallback'
Tags
since

Exchange 2016

todo

Update once documentation exists.

LOKI

Undocumented.

public string LOKI = 'Loki'
Tags
since

Exchange 2016

todo

Update once documentation exists.

SCOPED_TOKEN

Indicates that the client access token is a scoped token.

public string SCOPED_TOKEN = 'ScopedToken'
Tags
since

Exchange 2013

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results