Multi-Factor Auth
Number of APIs: 5
-
Enroll Factor POST {{base_url}}/auth/factors/enroll
-
Challenge Factor POST {{base_url}}/auth/factors/{{authentication_factor_id}}/challenge
-
Verify Challenge POST {{base_url}}/auth/challenges/{{authentication_challenge_id}}/verify
-
Delete Factor DELETE {{base_url}}/auth/factors/{{authentication_factor_id}}
-
Get Factor GET {{base_url}}/auth/factors/{{authentication_factor_id}}