Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Merge pull request #169 from flexpa/feature/export-get-access-token-c…
Browse files Browse the repository at this point in the history
…lient-credential-flow

fix: properly export the getAccessTokenFromClientCredentialFlow in index.ts
  • Loading branch information
kodiakhq[bot] authored Dec 14, 2021
2 parents 1cc3002 + b8e7cf1 commit 0052285
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export {
SmartAuthNamespace,
SmartAuthRedirectQuerystringSchema,
SmartAuthRedirectQuerystring,
SmartAuthUrlQuerystring
SmartAuthUrlQuerystring,
getAccessTokenFromClientCredentialFlow,
} from "./smart-auth/index.js";

export {
Expand Down

0 comments on commit 0052285

Please sign in to comment.