ClientAccessTokenRequest Class

Definition

Represents a client token access request for a mail app for Outlook.The ClientAccessTokenRequest class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class ClientAccessTokenRequest : Microsoft::Exchange::WebServices::Data::ComplexProperty
public class ClientAccessTokenRequest : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public Class ClientAccessTokenRequest
Inherits ComplexProperty
Inheritance
ClientAccessTokenRequest

Remarks

The ClientAccessTokenRequest class is used with the GetClientAccessToken(ClientAccessTokenRequest[]) method to request client access tokens for mail apps for Outlook.

Constructors

ClientAccessTokenRequest(String, ClientAccessTokenType)

Initializes a new instance of the ClientAccessTokenRequest class with an app identifier and a token type.

ClientAccessTokenRequest(String, ClientAccessTokenType, String)

Initializes a new instance of the ClientAccessTokenRequest class with an app identifier, a token type, and a scope.

Properties

Id

Gets the app identifier associated with the client access token request.

Scope

Gets the requested token scope associated with the client access token request.

TokenType

Gets the requested token type associated with the client access token request.

Applies to