verifyTappifyToken.
Properties
extensionId
id from the manifest; the token’s audience has to be ext:<id>.
jwks?
jwksUrl?
DEFAULT_JWKS_URL.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The second argument of verifyTappifyToken.
verifyTappifyToken.
extensionId: string;
id from the manifest; the token’s audience has to be ext:<id>.
optional jwks?: JSONWebKeySet;
optional jwksUrl?: string;
DEFAULT_JWKS_URL.Was this page helpful?