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
stringid
tokenType
ClientAccessTokenTypeThe tokenType.
ClientAccessTokenRequest(string, ClientAccessTokenType, string)
Initializes a new instance of the ClientAccessTokenRequest class.
public ClientAccessTokenRequest(string id, ClientAccessTokenType tokenType, string scope)
Parameters
id
stringid
tokenType
ClientAccessTokenTypeThe tokenType.
scope
stringThe scope.
Properties
Id
Gets the App Id.
public string Id { get; }
Property Value
Scope
Gets the token scope.
public string Scope { get; }
Property Value
TokenType
Gets token type.
public ClientAccessTokenType TokenType { get; }