Skip to content

Commit d22ff20

Browse files
authored
Export Auth types to have them show up in the reference docs. (#1186)
1 parent 6edbb95 commit d22ff20

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/v2/providers/identity.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import { BlockingFunction } from '../../cloud-functions';
2929
import {
3030
AuthBlockingEvent,
31+
AuthUserRecord,
3132
AuthBlockingEventType,
3233
BeforeCreateResponse,
3334
BeforeSignInResponse,
@@ -36,7 +37,7 @@ import {
3637
} from '../../common/providers/identity';
3738
import * as options from '../options';
3839

39-
export { HttpsError };
40+
export { AuthUserRecord, AuthBlockingEvent, HttpsError };
4041

4142
/** @hidden Internally used when parsing the options. */
4243
interface InternalOptions {

0 commit comments

Comments
 (0)