EmulatorValidation Class

Definition

Caution

Use ConfigurationBotFrameworkAuthentication instead to perform emulator validation.

Validates and Examines JWT tokens from the Bot Framework Emulator.

[System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform emulator validation.", false)]
public static class EmulatorValidation
[<System.Obsolete("Use `ConfigurationBotFrameworkAuthentication` instead to perform emulator validation.", false)>]
type EmulatorValidation = class
Public Class EmulatorValidation
Inheritance
EmulatorValidation
Attributes

Fields

ToBotFromEmulatorTokenValidationParameters

TO BOT FROM EMULATOR: Token validation parameters when connecting to a channel.

Methods

AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String)

Validate the incoming Auth Header as a token sent from the Bot Framework Emulator.

AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String, AuthenticationConfiguration)

Validate the incoming Auth Header as a token sent from the Bot Framework Emulator.

IsTokenFromEmulator(String)

Determines if a given Auth header is from the Bot Framework Emulator.

Applies to