Partager via


ClientAccessTokenRequest Constructeurs

Définition

Surcharges

ClientAccessTokenRequest(String, ClientAccessTokenType)

Initialise une nouvelle instance de la ClientAccessTokenRequest classe avec un identificateur d’application et un type de jeton.

ClientAccessTokenRequest(String, ClientAccessTokenType, String)

Initialise une nouvelle instance de la ClientAccessTokenRequest classe avec un identificateur d’application, un type de jeton et une étendue.

ClientAccessTokenRequest(String, ClientAccessTokenType)

Initialise une nouvelle instance de la ClientAccessTokenRequest classe avec un identificateur d’application et un type de jeton.

public:
 ClientAccessTokenRequest(System::String ^ id, Microsoft::Exchange::WebServices::Data::ClientAccessTokenType tokenType);
public ClientAccessTokenRequest (string id, Microsoft.Exchange.WebServices.Data.ClientAccessTokenType tokenType);
Public Sub New (id As String, tokenType As ClientAccessTokenType)

Paramètres

id
String

Identificateur d’application pour l’application demandant un jeton d’accès client.

tokenType
ClientAccessTokenType

Type de jeton demandé.

S’applique à

ClientAccessTokenRequest(String, ClientAccessTokenType, String)

Initialise une nouvelle instance de la ClientAccessTokenRequest classe avec un identificateur d’application, un type de jeton et une étendue.

public:
 ClientAccessTokenRequest(System::String ^ id, Microsoft::Exchange::WebServices::Data::ClientAccessTokenType tokenType, System::String ^ scope);
public ClientAccessTokenRequest (string id, Microsoft.Exchange.WebServices.Data.ClientAccessTokenType tokenType, string scope);
Public Sub New (id As String, tokenType As ClientAccessTokenType, scope As String)

Paramètres

id
String

Identificateur d’application pour l’application demandant un jeton d’accès client.

tokenType
ClientAccessTokenType

Type de jeton demandé.

scope
String

Étendue du jeton d’accès client demandé. Ce paramètre s’applique uniquement si la valeur du tokenType paramètre est ClientAccessTokenType.ScopedToken.

S’applique à