auth0 / auth0-java

Java client library for the Auth0 platform
https://auth0.com
MIT License
281 stars 130 forks source link

Support delete all authentication methods endpoint #645

Closed jimmyjames closed 1 month ago

jimmyjames commented 1 month ago

Changes

Adds new method deleteAllAuthenticationMethods(String userId) to the UsersEntity to delete all authenticators for the given user.

References

Calls the delete all authenticators endpoint

Testing

Checklist