Condividi tramite


UserToken.GetTokenWithHttpMessagesAsync Metodo

Definizione

Ottenere il token con il messaggio HTTP.

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

Parametri

userId
String

ID utente.

connectionName
String

Nome connessione.

channelId
String

ID canale.

code
String

Scrivi codice.

customHeaders
Dictionary<String,List<String>>

Intestazioni che verranno aggiunte alla richiesta.

cancellationToken
CancellationToken

Token di annullamento.

Restituisce

Task<Microsoft.Rest.HttpOperationResponse<TokenResponse>>

Oggetto risposta contenente il corpo della risposta e le intestazioni di risposta.

Implementazioni

Eccezioni

Generata quando l'operazione ha restituito un codice di stato non valido.

Microsoft.Rest.SerializationException

Generata quando non è possibile deserializzare la risposta.

Microsoft.Rest.ValidationException

Generata quando un parametro obbligatorio è Null.

Generata quando un valore di input non corrisponde al tipo di dati, all'intervallo o al criterio previsti.

Si applica a