-
Notifications
You must be signed in to change notification settings - Fork 630
[TASK-239014] Add oauth revoke and introspect endpoints to SDK #552
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
Conversation
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.
Closing temporarily until we investigate how to properly map the basic auth from our OpenAPI spec to the SDK, apologies for the noise!
c9e4980
to
e623fc4
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.
Great work! Thanks for the improvements 🎉
Ran `npm version minor` This new version tag will include the changes from #552
Introduce JS SDK methods and data types for the new
oauth/revoke
andoauth/introspect
endpoints.We'll include this in an upcoming minor SDK version bump.