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.
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. |