UNPKG

veritatisdoloremque

Version:
28 lines (19 loc) 796 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/auth-types](./auth-types.md) &gt; [SignInMethod](./auth-types.signinmethod.md) ## SignInMethod enum Enumeration of supported sign-in methods. <b>Signature:</b> ```typescript export const enum SignInMethod ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | ANONYMOUS | <code>'anonymous'</code> | | | EMAIL\_LINK | <code>'emailLink'</code> | | | EMAIL\_PASSWORD | <code>'password'</code> | | | FACEBOOK | <code>'facebook.com'</code> | | | GITHUB | <code>'github.com'</code> | | | GOOGLE | <code>'google.com'</code> | | | PHONE | <code>'phone'</code> | | | TWITTER | <code>'twitter.com'</code> | |