ClientAccessTokenType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
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. |