ClientAccessTokenRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a client token access request for a mail app for Outlook.The ClientAccessTokenRequest class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public ref class ClientAccessTokenRequest : Microsoft::Exchange::WebServices::Data::ComplexProperty
public class ClientAccessTokenRequest : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public Class ClientAccessTokenRequest
Inherits ComplexProperty
- Inheritance
Remarks
The ClientAccessTokenRequest class is used with the GetClientAccessToken(ClientAccessTokenRequest[]) method to request client access tokens for mail apps for Outlook.
Constructors
ClientAccessTokenRequest(String, ClientAccessTokenType, String) |
Initializes a new instance of the ClientAccessTokenRequest class with an app identifier, a token type, and a scope. |
ClientAccessTokenRequest(String, ClientAccessTokenType) |
Initializes a new instance of the ClientAccessTokenRequest class with an app identifier and a token type. |
Properties
Id |
Gets the app identifier associated with the client access token request. |
Scope |
Gets the requested token scope associated with the client access token request. |
TokenType |
Gets the requested token type associated with the client access token request. |