Documentation

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

$TokenType

Specifies the type of token.

public string $TokenType
Tags
since

Exchange 2013

see
ClientAccessTokenTypeType

$TokenValue

Specifies the encoded client access token.

public string $TokenValue
Tags
since

Exchange 2013

$TTL

Specifies the time, in minutes, that the token is valid.

public int $TTL
Tags
since

Exchange 2013

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

        
On this page

Search results