(host: string, port: number)
| 128 | readonly tenantId: string; |
| 129 | |
| 130 | useEmulator(host: string, port: number); |
| 131 | applyActionCode(code: string): Promise<void>; |
| 132 | checkActionCode(code: string): Promise<ActionCodeInfo>; |
| 133 | confirmPasswordReset(code: string, newPassword: string): Promise<void>; |
no outgoing calls
no test coverage detected