[[["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-10-17 UTC."],[],[],null,["# Auth class\n\nAuth service bound to the provided app. An Auth instance can have multiple tenants.\n\n**Signature:** \n\n export declare class Auth extends BaseAuth \n\n**Extends:** [BaseAuth](./firebase-admin.auth.baseauth.md#baseauth_class)\n\nProperties\n----------\n\n| Property | Modifiers | Type | Description |\n|----------------------------------------------|-----------|------|-----------------------------------------------------|\n| [app](./firebase-admin.auth.auth.md#authapp) | | App | Returns the app associated with this Auth instance. |\n\nMethods\n-------\n\n| Method | Modifiers | Description |\n|----------------------------------------------------------------------------------|-----------|----------------------------------------------------------------------------------|\n| [projectConfigManager()](./firebase-admin.auth.auth.md#authprojectconfigmanager) | | Returns the project config manager instance associated with the current project. |\n| [tenantManager()](./firebase-admin.auth.auth.md#authtenantmanager) | | Returns the tenant manager instance associated with the current project. |\n\nAuth.app\n--------\n\nReturns the app associated with this Auth instance.\n\n**Signature:** \n\n get app(): App;\n\nAuth.projectConfigManager()\n---------------------------\n\nReturns the project config manager instance associated with the current project.\n\n**Signature:** \n\n projectConfigManager(): ProjectConfigManager;\n\n**Returns:**\n\n[ProjectConfigManager](./firebase-admin.auth.projectconfigmanager.md#projectconfigmanager_class)\n\nThe project config manager instance associated with the current project.\n\nAuth.tenantManager()\n--------------------\n\nReturns the tenant manager instance associated with the current project.\n\n**Signature:** \n\n tenantManager(): TenantManager;\n\n**Returns:**\n\n[TenantManager](./firebase-admin.auth.tenantmanager.md#tenantmanager_class)\n\nThe tenant manager instance associated with the current project."]]