EnterpriseChannelValidation 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 from an enterprise channel.
public sealed class EnterpriseChannelValidation
type EnterpriseChannelValidation = class
Public NotInheritable Class EnterpriseChannelValidation
- Inheritance
-
EnterpriseChannelValidation
Constructors
| EnterpriseChannelValidation() |
Fields
| ToBotFromEnterpriseChannelTokenValidationParameters |
TO BOT FROM ENTERPRISE CHANNEL: Token validation parameters when connecting to a bot. |
Methods
| AuthenticateChannelToken(String, ICredentialProvider, IChannelProvider, String, HttpClient, String) |
Validate the incoming Auth Header as a token sent from a Bot Framework Channel Service. |
| AuthenticateChannelToken(String, ICredentialProvider, IChannelProvider, String, HttpClient, String, AuthenticationConfiguration) |
Validate the incoming Auth Header as a token sent from a Bot Framework Channel Service. |
| ValidateIdentity(ClaimsIdentity, ICredentialProvider, String) |
Validates a ClaimsIdentity object against the credentials and service URL provided. |