auth0.net icon indicating copy to clipboard operation
auth0.net copied to clipboard

Support for listing authenticators and deleting specific authenticator

Open czf opened this issue 2 years ago • 2 comments

Changes

Adding support for listing authenticators and deleting specific authenticator

Added new methods to authentication client to support the API endpoints Added request/response classes

References

Please include relevant links supporting this change such as a: resolves #696 resolves #697

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.

  • [x] This change adds integration test coverage

  • [x] This change has been tested on the latest version of the platform/language or why not

Checklist

czf avatar Dec 29 '23 02:12 czf

Can we also add some consistency around naming here? ListAuthenticatorsAsync vs DeleteMfaAuthenticatorAsync seems inconsistent and I would recommend to use ListMfaAuthenticatorsAsync.

frederikprijck avatar Jan 10 '24 10:01 frederikprijck

Can we also add some consistency around naming here? ListAuthenticatorsAsync vs DeleteMfaAuthenticatorAsync seems inconsistent and I would recommend to use ListMfaAuthenticatorsAsync.

renamed to ListMfaAuthenticatorsAsync

czf avatar Jan 11 '24 19:01 czf

Changes are merged as part of #798

kailash-b avatar Apr 02 '25 05:04 kailash-b