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
| Parameter | Type |
|---|---|
token | string |
opts? | VerifyTokenOptions |