[[["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 2024-01-19 UTC."],[],[],null,["Represents the credentials returned by [PhoneAuthProvider](./auth.phoneauthprovider.md#phoneauthprovider_class).\n\n**Signature:** \n\n export declare class PhoneAuthCredential extends AuthCredential \n\n**Extends:** [AuthCredential](./auth.authcredential.md#authcredential_class)\n\nMethods\n\nPhoneAuthCredential.fromJSON()\n\nGenerates a phone credential based on a plain object or a JSON string.\n\n**Signature:** \n\n static fromJSON(json: object | string): PhoneAuthCredential | null;\n\nParameters\n\n**Returns:**\n\n[PhoneAuthCredential](./auth.phoneauthcredential.md#phoneauthcredential_class) \\| null\n\nPhoneAuthCredential.toJSON()\n\nReturns a JSON-serializable representation of this object.\n\n**Signature:** \n\n toJSON(): object;\n\n**Returns:**\n\nobject\n\na JSON-serializable representation of this object."]]