EmulatorValidation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, AuthenticationConfiguration) |
Validate the incoming Auth Header as a token sent from the Bot Framework Emulator. |
AuthenticateEmulatorToken(String, ICredentialProvider, IChannelProvider, HttpClient, String) |
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. |