Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(iam-authenticator): expose refresh token with a getter #122

Merged
merged 1 commit into from
Feb 19, 2021

Conversation

dpopp07
Copy link
Member

@dpopp07 dpopp07 commented Feb 19, 2021

The IamAuthenticator class now makes the refresh token available to users through
a public method, getRefreshToken. This provides support to services that require
the refresh token as a part of their authentication scheme.

Note that this is only supported for the IAM authenticator. Let me know if we need the same support in the CP4D authenticator.

…reshToken()`

The `IamAuthenticator` class now makes the refresh token available to users through
a public method, `getRefreshToken`. This provides support to services that require
the refresh token as a part of their authentication scheme.
@dpopp07 dpopp07 requested a review from padamstx February 19, 2021 16:45
Copy link
Member

@padamstx padamstx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dpopp07 dpopp07 merged commit d3c4611 into main Feb 19, 2021
@dpopp07 dpopp07 deleted the dp/expose-refresh-token branch February 19, 2021 20:15
ibm-devx-automation pushed a commit that referenced this pull request Feb 19, 2021
# [2.8.0](v2.7.2...v2.8.0) (2021-02-19)

### Features

* **iam-authenticator:** expose refresh token with a getter - `getRefreshToken()` ([#122](#122)) ([d3c4611](d3c4611))
@ibm-devx-automation
Copy link

🎉 This PR is included in version 2.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

JurajNyiri pushed a commit to JurajNyiri/node-sdk-core that referenced this pull request Aug 22, 2024
Generated SDK source code using:
- Generator version 3.24.0
- Specification version 1.0.0-dev0.0.30
- Automation (cloudant-sdks) version 83e632b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants