GetClientAccessTokenResponse Class

Definition

Contains information about a client access token. The GetClientAccessTokenResponse class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class GetClientAccessTokenResponse sealed : Microsoft::Exchange::WebServices::Data::ServiceResponse
public sealed class GetClientAccessTokenResponse : Microsoft.Exchange.WebServices.Data.ServiceResponse
Public NotInheritable Class GetClientAccessTokenResponse
Inherits ServiceResponse
Inheritance
GetClientAccessTokenResponse

Properties

ErrorCode

Gets the error code associated with this response.

(Inherited from ServiceResponse)
ErrorDetails

Gets error details associated with the response.

(Inherited from ServiceResponse)
ErrorMessage

Gets a detailed error message associated with the response.

(Inherited from ServiceResponse)
ErrorProperties

Gets information about property errors associated with the response.

(Inherited from ServiceResponse)
Id

Gets the client access token ID. The Id property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Result

Gets the result associated with this response.

(Inherited from ServiceResponse)
TokenType

Gets the token type which includes caller identity and extension callback information. The TokenType property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TokenValue

Gets the value of the encoded client access token. The TokenValue property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

TTL

Gets the number of minutes before the client access token expires. The TTL property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to