Documentation

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

$TokenType

Identifies the type of client access token.

public string $TokenType
Tags
since

Exchange 2013

see
ClientAccessTokenTypeType

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