Partager via


OAuthClientOld.GetUserTokenAsync Méthode

Définition

Obtient un jeton d’utilisateur pour un utilisateur et une connexion donnés.

public System.Threading.Tasks.Task<Microsoft.Bot.Schema.TokenResponse> GetUserTokenAsync (string userId, string connectionName, string magicCode, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
member this.GetUserTokenAsync : string * string * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Schema.TokenResponse>
Public Function GetUserTokenAsync (userId As String, connectionName As String, magicCode As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TokenResponse)

Paramètres

userId
String

ID de l’utilisateur.

connectionName
String

Nom de la connexion d’authentification à utiliser.

magicCode
String

L’utilisateur a entré le code à valider.

customHeaders
Dictionary<String,List<String>>

customHeaders.

cancellationToken
CancellationToken

Jeton d'annulation qui peut être utilisé par d'autres objets ou threads pour être informés de l'annulation.

Retours

Tâche qui représente le travail mis en file d’attente pour s’exécuter.

Remarques

Si la tâche se termine correctement, contient le TokenResponse jeton utilisateur.

S’applique à