Język

ConfigurationBotFrameworkAuthentication.AuthenticateRequestAsync Metoda

Definicja

Weryfikowanie żądań protokołu Bot Framework.

public override System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticateRequestResult> AuthenticateRequestAsync(Microsoft.Bot.Schema.Activity activity, string authHeader, System.Threading.CancellationToken cancellationToken);
override this.AuthenticateRequestAsync : Microsoft.Bot.Schema.Activity * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Connector.Authentication.AuthenticateRequestResult>
Public Overrides Function AuthenticateRequestAsync (activity As Activity, authHeader As String, cancellationToken As CancellationToken) As Task(Of AuthenticateRequestResult)

Parametry

activity
Activity

Działanie przychodzące.

authHeader
String

Nagłówek http auth.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Zadanie asynchroniczne z .AuthenticateRequestResult

Dotyczy