Skip to content

Commit c128149

Browse files
authored
fix: export ExternalAccountAuthorizedUserCredential (#2166)
1 parent 33fb917 commit c128149

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ export {
8686
PluggableAuthClientOptions,
8787
ExecutableError,
8888
} from './auth/pluggable-auth-client';
89+
export {
90+
EXTERNAL_ACCOUNT_AUTHORIZED_USER_TYPE,
91+
ExternalAccountAuthorizedUserClient,
92+
ExternalAccountAuthorizedUserClientOptions,
93+
} from './auth/externalAccountAuthorizedUserClient';
8994
export {PassThroughClient} from './auth/passthrough';
9095

9196
type ALL_EXPORTS = (typeof import('./'))[keyof typeof import('./')];

0 commit comments

Comments
 (0)