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
TTL
Gets the TTL value in minutes.
public int TTL { get; }
Property Value
TokenType
Gets the token type.
public ClientAccessTokenType TokenType { get; }
Property Value
TokenValue
Gets the token value.
public string TokenValue { get; }