BotFrameworkAuthentication.AuthenticateChannelRequestAsync 方法

定义

对 Skills 的 Bot Framework 协议请求进行身份验证。

public virtual System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity> AuthenticateChannelRequestAsync (string authHeader, System.Threading.CancellationToken cancellationToken);
abstract member AuthenticateChannelRequestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
override this.AuthenticateChannelRequestAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Security.Claims.ClaimsIdentity>
Public Overridable Function AuthenticateChannelRequestAsync (authHeader As String, cancellationToken As CancellationToken) As Task(Of ClaimsIdentity)

参数

authHeader
String

技能请求中收到的 http 身份验证标头。

cancellationToken
CancellationToken

取消标记。

返回

使用 的 ClaimsIdentity异步任务。

适用于