1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 |
|
7 |
|
8 |
|
9 |
|
10 |
|
11 |
|
12 |
|
13 |
|
14 |
|
15 |
|
16 |
|
17 | import { FirebaseApp } from '@firebase/app';
|
18 | import { Auth } from '../model/public_types';
|
19 | export declare function getAuth(app?: FirebaseApp): Auth;
|
20 |
|
21 | declare function fail(): Promise<void>;
|
22 |
|
23 |
|
24 |
|
25 |
|
26 | declare class FailClass {
|
27 | constructor();
|
28 | }
|
29 | export declare const browserLocalPersistence: import("../model/public_types").Persistence;
|
30 | export declare const browserSessionPersistence: import("../model/public_types").Persistence;
|
31 | export declare const indexedDBLocalPersistence: import("../model/public_types").Persistence;
|
32 | export declare const browserPopupRedirectResolver: import("@firebase/app").FirebaseError;
|
33 | export declare const PhoneAuthProvider: typeof FailClass;
|
34 | export declare const signInWithPhoneNumber: typeof fail;
|
35 | export declare const linkWithPhoneNumber: typeof fail;
|
36 | export declare const reauthenticateWithPhoneNumber: typeof fail;
|
37 | export declare const updatePhoneNumber: typeof fail;
|
38 | export declare const signInWithPopup: typeof fail;
|
39 | export declare const linkWithPopup: typeof fail;
|
40 | export declare const reauthenticateWithPopup: typeof fail;
|
41 | export declare const signInWithRedirect: typeof fail;
|
42 | export declare const linkWithRedirect: typeof fail;
|
43 | export declare const reauthenticateWithRedirect: typeof fail;
|
44 | export declare const getRedirectResult: typeof fail;
|
45 | export declare const RecaptchaVerifier: typeof FailClass;
|
46 | export declare class PhoneMultiFactorGenerator {
|
47 | static assertion(): unknown;
|
48 | }
|
49 | export {};
|