Skip to main content

Function: verifyToken()

function verifyToken(token, opts?): VerifyResult;

Defined in: verify.ts:180

Public wrapper (docs/17 §10): pure, synchronous, used by rasd license check and @rasd/server. Decodes the string key map and maps app to a HostIdentity.

Parameters

ParameterType
tokenstring
opts?VerifyTokenOptions

Returns

VerifyResult