veritatisdoloremque
Version:
Monorepo for the Firebase JavaScript SDK
19 lines (10 loc) • 555 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@firebase/auth-types](./auth-types.md) > [IdTokenResult](./auth-types.idtokenresult.md) > [signInProvider](./auth-types.idtokenresult.signinprovider.md)
## IdTokenResult.signInProvider property
The sign-in provider through which the ID token was obtained (anonymous, custom, phone, password, etc).
<b>Signature:</b>
```typescript
signInProvider: string | null;
```
## Remarks
Note, this does not map to provider IDs.