Condividi tramite


OAuthClientOld.GetUserTokenAsync Metodo

Definizione

Ottiene un token utente per un determinato utente e una connessione.

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)

Parametri

userId
String

ID dell'utente.

connectionName
String

Nome della connessione di autenticazione da usare.

magicCode
String

L'utente ha immesso codice per convalidare.

customHeaders
Dictionary<String,List<String>>

customHeaders.

cancellationToken
CancellationToken

Token di annullamento utilizzabile da altri oggetti o thread per ricevere l'avviso dell'annullamento.

Restituisce

Attività che rappresenta la coda di lavoro da eseguire.

Commenti

Se l'attività viene completata correttamente, l'oggetto TokenResponse contiene il token utente.

Si applica a