We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f4e57 commit cbb1a37Copy full SHA for cbb1a37
packages-exp/auth-exp/src/index.ts
@@ -28,6 +28,7 @@ export { indexedDBLocalPersistence } from './core/persistence/indexed_db';
28
29
// core/strategies
30
export { signInWithCredential } from './core/strategies/credential';
31
+export { signInWithCustomToken } from './core/strategies/custom_token';
32
export {
33
sendPasswordResetEmail,
34
confirmPasswordReset,
0 commit comments