SkillValidation.IsSkillToken(String) Method
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.
Determines if a given Auth header is from from a skill to bot or bot to skill request.
public static bool IsSkillToken (string authHeader);
static member IsSkillToken : string -> bool
Public Shared Function IsSkillToken (authHeader As String) As Boolean
Parameters
- authHeader
- String
Bearer Token, in the "Bearer [Long String]" Format.
Returns
True, if the token was issued for a skill to bot communication. Otherwise, false.