[[["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 2023-12-05 UTC."],[],[],null,["# firebase_admin.app_check module\n\nFirebase App Check module.\n\nFunctions\n---------\n\n| ### verify_token firebase_admin.app_check.verify_token(*token: str* , *app=None* ) → Dict\\[str, Any\\] |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Verifies a Firebase App Check token. Parameters: : - **token** -- A token from App Check. - **app** -- An App instance (optional). Returns: : The token's decoded claims. Return type: : Dict\\[str, Any\\] Raises: : - **ValueError** -- If the app's project_id is invalid or unspecified, - **or if the token's headers** **or** **payload are invalid.** -- - **PyJWKClientError** -- If PyJWKClient fails to fetch a valid signing key. |"]]