Is it possible to retrieve the MFA factor used to authenticate the current session of a logged in user from Auth0?
The response from the /api/v2/users/{id}/enrollments API endpoint would be perfect but that only appears to support the first MFA factor enrolled by the user. There doesn’t appear to be visibility of any factors subsequently registered.