auth0-java
auth0-java copied to clipboard
Added support for byok
Changes
Please describe both what is changing and why this is important. Include:
- Added Endpoints
- GET
api/v2/keys/encryption - GET
api/v2/keys/encryption/{kid} - POST
api/v2/keys/encryption - POST
api/v2/keys/encryption/{kid} - DELETE
api/v2/keys/encryption/{kid} - POST
api/v2/keys/encryption/{kid}/wrapping-key
- GET
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 test coverage
- [ ] This change has been tested on the latest version of the platform/language or why not
Checklist
- [ ] I have read the Auth0 general contribution guidelines
- [ ] I have read the Auth0 Code of Conduct
- [ ] All existing and new tests complete without errors