[[["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-22 UTC."],[],[],null,["# AppCheckToken interface\n\nThe token returned from an App Check provider.\n\n**Signature:** \n\n export interface AppCheckToken \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------|--------|--------------------------------------------------------|\n| [expireTimeMillis](./app-check.appchecktoken.md#appchecktokenexpiretimemillis) | number | The local timestamp after which the token will expire. |\n| [token](./app-check.appchecktoken.md#appchecktokentoken) | string | |\n\nAppCheckToken.expireTimeMillis\n------------------------------\n\nThe local timestamp after which the token will expire.\n\n**Signature:** \n\n readonly expireTimeMillis: number;\n\nAppCheckToken.token\n-------------------\n\n**Signature:** \n\n readonly token: string;"]]