[[["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-03-21 UTC."],[],[],null,["# tasks.AuthData interface\n\nMetadata about the authorization used to invoke a function.\n\n**Signature:** \n\n export interface AuthData \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------|----------------|-------------|\n| [token](./firebase-functions.tasks.authdata.md#tasksauthdatatoken) | DecodedIdToken | |\n| [uid](./firebase-functions.tasks.authdata.md#tasksauthdatauid) | string | |\n\ntasks.AuthData.token\n--------------------\n\n**Signature:** \n\n token: DecodedIdToken;\n\ntasks.AuthData.uid\n------------------\n\n**Signature:** \n\n uid: string;"]]