[[["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 2025-03-05 UTC."],[],[],null,["# ImpersonateUnauthenticated interface\n\nInterface representing the impersonation of an unauthenticated user.\n\n**Signature:** \n\n export interface ImpersonateUnauthenticated \n\nProperties\n----------\n\n| Property | Type | Description |\n|--------------------------------------------------------------------------------------------------------------------------|-------|---------------------------------------------------------------------------------------------------|\n| [authClaims](./firebase-admin.data-connect.impersonateunauthenticated.md#impersonateunauthenticatedauthclaims) | never | Both `authClaims` and `unauthenticated` are mutually exclusive fields and should not be both set. |\n| [unauthenticated](./firebase-admin.data-connect.impersonateunauthenticated.md#impersonateunauthenticatedunauthenticated) | true | Evaluates the auth policy as an unauthenticated request. Can only be set to true. |\n\nImpersonateUnauthenticated.authClaims\n-------------------------------------\n\nBoth `authClaims` and `unauthenticated` are mutually exclusive fields and should not be both set.\n\n**Signature:** \n\n authClaims?: never;\n\nImpersonateUnauthenticated.unauthenticated\n------------------------------------------\n\nEvaluates the auth policy as an unauthenticated request. Can only be set to true.\n\n**Signature:** \n\n unauthenticated: true;"]]