Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 1.53 KB

File metadata and controls

56 lines (38 loc) · 1.53 KB
title manager ms.date ms.audience ms.topic ms.service ms.technology ms.localizationpriority ms.assetid description
TokenType
sethgros
09/17/2015
Developer
reference
office-online-server
ews
medium
83c650eb-7ab8-480c-a7c9-df60072ee042
The TokenType element specifies the type of token.

TokenType

The TokenType element specifies the type of token.

<TokenType> CallerIdentity | ExtensionCallback | ScopedToken </TokenType>

ClientAccessTokenTypeType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child elements

None.

Parent elements

TokenRequest | Token

Text value

The text value of the TokenType element is the token type. The text value of CallerIdentity indicates that the token is a caller identity token. The text value of ExtensionCallback indicates that the token is for an extension callback. The text value of ScopedToken indicates that the client access token is a scoped token.

Remarks

This element was introduced in Exchange Server 2013.

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema name
Types schema
Validation file
Types.xsd
Can be empty
false