[[["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-09-13 UTC."],[],[],null,["# auth.UserOptions interface\n\nOptions for Auth blocking function.\n\n**Signature:** \n\n export interface UserOptions \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------|-----------------------------------------------------------------------|----------------------------------------------------------------------------|\n| [blockingOptions](./firebase-functions.auth.useroptions.md#authuseroptionsblockingoptions) | { idToken?: boolean; accessToken?: boolean; refreshToken?: boolean; } | Options to set configuration at the resource level for blocking functions. |\n\nauth.UserOptions.blockingOptions\n--------------------------------\n\nOptions to set configuration at the resource level for blocking functions.\n\n**Signature:** \n\n blockingOptions?: {\n idToken?: boolean;\n accessToken?: boolean;\n refreshToken?: boolean;\n };"]]