BotAuthenticator クラス

定義

public sealed class BotAuthenticator
type BotAuthenticator = class
Public NotInheritable Class BotAuthenticator
継承
BotAuthenticator

コンストラクター

BotAuthenticator(ICredentialProvider, BotAuthenticator+EndorsementsValidator)
BotAuthenticator(ICredentialProvider, String, Boolean, BotAuthenticator+EndorsementsValidator)
BotAuthenticator(String, String, BotAuthenticator+EndorsementsValidator)

メソッド

AuthenticateAsync(HttpRequestMessage, IEnumerable<IActivity>, CancellationToken)
GenerateUnauthorizedResponse(HttpRequestMessage, String)
TryAuthenticateAsync(HttpRequestMessage, IEnumerable<IActivity>, CancellationToken)
TryAuthenticateAsync(String, String, CancellationToken)

適用対象