SkillValidation.IsSkillToken(String) Method

Definition

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.

Applies to