Table of Contents

Class ClientAccessTokenRequest

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents a client token access request

public class ClientAccessTokenRequest : ComplexProperty
Inheritance
ClientAccessTokenRequest
Inherited Members

Constructors

ClientAccessTokenRequest(string, ClientAccessTokenType)

Initializes a new instance of the ClientAccessTokenRequest class.

public ClientAccessTokenRequest(string id, ClientAccessTokenType tokenType)

Parameters

id string

id

tokenType ClientAccessTokenType

The tokenType.

ClientAccessTokenRequest(string, ClientAccessTokenType, string)

Initializes a new instance of the ClientAccessTokenRequest class.

public ClientAccessTokenRequest(string id, ClientAccessTokenType tokenType, string scope)

Parameters

id string

id

tokenType ClientAccessTokenType

The tokenType.

scope string

The scope.

Properties

Id

Gets the App Id.

public string Id { get; }

Property Value

string

Scope

Gets the token scope.

public string Scope { get; }

Property Value

string

TokenType

Gets token type.

public ClientAccessTokenType TokenType { get; }

Property Value

ClientAccessTokenType