Table of Contents

Class GetClientAccessTokenResponse

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

Represents the response to a GetClientAccessToken operation.

public sealed class GetClientAccessTokenResponse : ServiceResponse
Inheritance
GetClientAccessTokenResponse
Inherited Members

Properties

Id

Gets the Id.

public string Id { get; }

Property Value

string

TTL

Gets the TTL value in minutes.

public int TTL { get; }

Property Value

int

TokenType

Gets the token type.

public ClientAccessTokenType TokenType { get; }

Property Value

ClientAccessTokenType

TokenValue

Gets the token value.

public string TokenValue { get; }

Property Value

string