UNPKG

voluptasmollitia

Version:
17 lines (11 loc) 498 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth](./auth.md) &gt; [ParsedToken](./auth.parsedtoken.md) &gt; [firebase](./auth.parsedtoken.firebase.md) ## ParsedToken.firebase property Firebase specific claims, containing the provider(s) used to authenticate the user. <b>Signature:</b> ```typescript 'firebase'?: { 'sign_in_provider'?: string; 'sign_in_second_factor'?: string; }; ```