ChannelValidation 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 JWT tokens sent from Azure.
public static class ChannelValidation
type ChannelValidation = class
Public Class ChannelValidation
- Inheritance
-
ChannelValidation
Fields
| ToBotFromChannelTokenValidationParameters |
TO BOT FROM CHANNEL: Token validation parameters when connecting to a bot. |
Properties
| OpenIdMetadataUrl |
Gets or sets the default endpoint that is used for Open ID Metadata requests. |
Methods
| AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String) |
Validate the incoming Auth Header as a token sent from the Bot Framework Service. |
| AuthenticateChannelToken(String, ICredentialProvider, HttpClient, String, AuthenticationConfiguration) |
Validate the incoming Auth Header as a token sent from the Bot Framework Service. |
| AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String) |
Validate the incoming Auth Header as a token sent from the Bot Framework Service. |
| AuthenticateChannelToken(String, ICredentialProvider, String, HttpClient, String, AuthenticationConfiguration) |
Validate the incoming Auth Header as a token sent from the Bot Framework Service. |