EmulatorValidation Class

Definition

Validates and Examines JWT tokens from the Bot Framework Emulator.

public static class EmulatorValidation
type EmulatorValidation = class
Public Class EmulatorValidation
Inheritance
EmulatorValidation

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