auth0 / auth0.net

.NET client for the Auth0 Authentication & Management APIs.
https://auth0.com
MIT License
328 stars 163 forks source link

Adding authenticator enrollment and verification to authentication client #695

Open czf opened 10 months ago

czf commented 10 months ago

Changes

Adding support for [/mfa/associate](The authentication client doesn't support mfa/associate) to authentication client Adding support for /oauth/token verification with OOB to authentication client

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

References

resolves #694

Testing

Checklist

frederikprijck commented 10 months ago

Can we be consistent with naming across this PR and #698 ? E.g. #698 uses DeleteMfaAuthenticatorRequest, this PR uses AssociateNewAuthenticatorRequest, while I think AssociateMfaAuthenticatorRequest would be more consistent.

czf commented 10 months ago

Can we be consistent with naming across this PR and #698 ? E.g. #698 uses DeleteMfaAuthenticatorRequest, this PR uses AssociateNewAuthenticatorRequest, while I think AssociateMfaAuthenticatorRequest would be more consistent.

renamed to AssociateMfaAuthenticatorRequest