[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-29 UTC."],[],[],null,["# AppCheckToken interface\n\nInterface representing an App Check token.\n\n**Signature:** \n\n export interface AppCheckToken \n\nProperties\n----------\n\n| Property | Type | Description |\n|---------------------------------------------------------------------------------|--------|---------------------------------------------------------|\n| [token](./firebase-admin.app-check.appchecktoken.md#appchecktokentoken) | string | The Firebase App Check token. |\n| [ttlMillis](./firebase-admin.app-check.appchecktoken.md#appchecktokenttlmillis) | number | The time-to-live duration of the token in milliseconds. |\n\nAppCheckToken.token\n-------------------\n\nThe Firebase App Check token.\n\n**Signature:** \n\n token: string;\n\nAppCheckToken.ttlMillis\n-----------------------\n\nThe time-to-live duration of the token in milliseconds.\n\n**Signature:** \n\n ttlMillis: number;"]]