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 33fb917 commit c128149Copy full SHA for c128149
src/index.ts
@@ -86,6 +86,11 @@ export {
86
PluggableAuthClientOptions,
87
ExecutableError,
88
} from './auth/pluggable-auth-client';
89
+export {
90
+ EXTERNAL_ACCOUNT_AUTHORIZED_USER_TYPE,
91
+ ExternalAccountAuthorizedUserClient,
92
+ ExternalAccountAuthorizedUserClientOptions,
93
+} from './auth/externalAccountAuthorizedUserClient';
94
export {PassThroughClient} from './auth/passthrough';
95
96
type ALL_EXPORTS = (typeof import('./'))[keyof typeof import('./')];
0 commit comments