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

[SDK-3869] Support client credentials in management client #437

Merged
merged 6 commits into from
Jan 26, 2023

Conversation

stevehobbsdev
Copy link
Contributor

Changes

This PR adds support for the following new management client endpoints:

  • POST /clients/<client_id>/credentials
  • GET /clients/<client_id>/credentials
  • GET /clients/<client_id>/credentials/<credential_id>
  • DELETE /clients/<client_id>/credentials/<credential_id>

Testing

Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.

  • This change adds unit test coverage
  • This change adds integration test coverage
  • This change has been tested on the latest version of Ruby

Checklist

@stevehobbsdev stevehobbsdev requested a review from a team as a code owner January 26, 2023 11:50
@stevehobbsdev stevehobbsdev enabled auto-merge (squash) January 26, 2023 11:52
@stevehobbsdev stevehobbsdev merged commit ab7a193 into master Jan 26, 2023
@stevehobbsdev stevehobbsdev deleted the sdk-3869/private-key-jwt-api2 branch January 26, 2023 12:26
@stevehobbsdev stevehobbsdev mentioned this pull request Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants