Skip to content

Commit

Permalink
Export Token types from core.d.ts (#4292)
Browse files Browse the repository at this point in the history
Fixes #4291
  • Loading branch information
trivikr committed Nov 29, 2022
1 parent 2783931 commit 221156e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/bugfix-Token-ee8a4626.json
@@ -0,0 +1,5 @@
{
"type": "bugfix",
"category": "Token",
"description": "Export Token types from core.d.ts"
}
4 changes: 4 additions & 0 deletions lib/core.d.ts
Expand Up @@ -16,6 +16,10 @@ export {TemporaryCredentials} from './credentials/temporary_credentials';
export {ChainableTemporaryCredentials} from './credentials/chainable_temporary_credentials';
export {WebIdentityCredentials} from './credentials/web_identity_credentials';
export {TokenFileWebIdentityCredentials} from './credentials/token_file_web_identity_credentials';
export {Token} from './token';
export {StaticTokenProvider} from './token/static_token_provider';
export {SSOTokenProvider} from './token/sso_token_provider';
export {TokenProviderChain} from './token/token_provider_chain';
export {Endpoint} from './endpoint';
export {EventListeners} from './event_listeners';
export {HttpRequest} from './http_request';
Expand Down

0 comments on commit 221156e

Please sign in to comment.