[[["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-07-22 UTC."],[],[],null,["# Config interface\n\nInterface representing the `Auth` config.\n\n**Signature:** \n\n export interface Config \n\nProperties\n----------\n\n| Property | Type | Description |\n|-------------------------------------------------------------|--------|--------------------------------------------------------------------------------|\n| [apiHost](./auth.config.md#configapihost) | string | The host at which the Firebase Auth backend is running. |\n| [apiKey](./auth.config.md#configapikey) | string | The API Key used to communicate with the Firebase Auth backend. |\n| [apiScheme](./auth.config.md#configapischeme) | string | The scheme used to communicate with the Firebase Auth backend. |\n| [authDomain](./auth.config.md#configauthdomain) | string | The domain at which the web widgets are hosted (provided via Firebase Config). |\n| [sdkClientVersion](./auth.config.md#configsdkclientversion) | string | The SDK Client Version. |\n| [tokenApiHost](./auth.config.md#configtokenapihost) | string | The host at which the Secure Token API is running. |\n\nConfig.apiHost\n--------------\n\nThe host at which the Firebase Auth backend is running.\n\n**Signature:** \n\n apiHost: string;\n\nConfig.apiKey\n-------------\n\nThe API Key used to communicate with the Firebase Auth backend.\n\n**Signature:** \n\n apiKey: string;\n\nConfig.apiScheme\n----------------\n\nThe scheme used to communicate with the Firebase Auth backend.\n\n**Signature:** \n\n apiScheme: string;\n\nConfig.authDomain\n-----------------\n\nThe domain at which the web widgets are hosted (provided via Firebase Config).\n\n**Signature:** \n\n authDomain?: string;\n\nConfig.sdkClientVersion\n-----------------------\n\nThe SDK Client Version.\n\n**Signature:** \n\n sdkClientVersion: string;\n\nConfig.tokenApiHost\n-------------------\n\nThe host at which the Secure Token API is running.\n\n**Signature:** \n\n tokenApiHost: string;"]]