ClientAccessTokenType Enum

Definition

Defines the type of client access token. The ClientAccessTokenType enumeration is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public enum class ClientAccessTokenType
public enum ClientAccessTokenType
Public Enum ClientAccessTokenType
Inheritance
ClientAccessTokenType

Fields

CallerIdentity 0

The identity of the caller. The CallerIdentity field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ExtensionCallback 1

A reference to a client access token type extension callback. The ExtensionCallback field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

ScopedToken 2

An access token with a limited scope, granting access only to the items specified in the Scope property.The ScopedToken field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013SP1.

Applies to