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

[ManagementClient] Delete All User Authenticators #782

Closed
benjlevesque opened this issue Feb 2, 2023 · 1 comment · Fixed by #785
Closed

[ManagementClient] Delete All User Authenticators #782

benjlevesque opened this issue Feb 2, 2023 · 1 comment · Fixed by #785
Labels
needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue

Comments

@benjlevesque
Copy link

Describe the problem you'd like to have solved

The Delete All Authenticators endpoint doesn't seem to be available in the ManagementClient

Describe the ideal solution

Make it possible to use the ManagementClient to delete all user's authenticators.

client.deleteAllUserAuthenticators({ id })

Alternatives and current work-arounds

I currently do this using Axios, and it's preventing me from migrating to this library.

@adamjmcgrath
Copy link
Contributor

Thanks for raising this @benjlevesque - let me investigate why that method isn't there and create some work to fix.

@adamjmcgrath adamjmcgrath added enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue and removed enhancement An enhancement or improvement to the SDK that could not be otherwise categorized as a new feature labels Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs investigation An issue that has more questions to answer or otherwise needs work to fully understand the issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants