| 239 | } |
| 240 | |
| 241 | export declare class EmailAuthProvider { |
| 242 | static credential(email: string, password: string): AuthCredential; |
| 243 | |
| 244 | static credentialWithLink(email: string, link: string): AuthCredential; |
nothing calls this directly
no outgoing calls
no test coverage detected