-
Notifications
You must be signed in to change notification settings - Fork 55
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
Add TokenCredential adapter #410
Conversation
204aa5a
to
5f0fa0d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! You'll need to bump the package version for the CI build to pass and allow us to release
5f0fa0d
to
2a9b864
Compare
We should release both at the same time. I'll merge the PR and kick off the release once both PRs are merged |
03e5790
to
6cdf430
Compare
Enables using identity's TokenCredential using an adapter that converts to
ServiceClientCredentials
.TODO