We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edbb95 commit d22ff20Copy full SHA for d22ff20
src/v2/providers/identity.ts
@@ -28,6 +28,7 @@
28
import { BlockingFunction } from '../../cloud-functions';
29
import {
30
AuthBlockingEvent,
31
+ AuthUserRecord,
32
AuthBlockingEventType,
33
BeforeCreateResponse,
34
BeforeSignInResponse,
@@ -36,7 +37,7 @@ import {
36
37
} from '../../common/providers/identity';
38
import * as options from '../options';
39
-export { HttpsError };
40
+export { AuthUserRecord, AuthBlockingEvent, HttpsError };
41
42
/** @hidden Internally used when parsing the options. */
43
interface InternalOptions {
0 commit comments