verifyTappifyToken returns them.
Properties
aud
ext:<extensionId>, which is what the verifier checked.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The verified claims of an install token, as verifyTappifyToken returns them.
verifyTappifyToken returns them.
aud: string;
ext:<extensionId>, which is what the verifier checked.
exp: number;
extensionId: string;
iat: number;
installId: string;
iss: string;
organizationId: string;
projectId: string | null;
scopes: string[];
optional userId?: string;
Was this page helpful?