get | SELECT | factorId, userId, subdomain | Fetches a factor for the specified user |
list | SELECT | userId, subdomain | Enumerates all the enrolled factors for the specified user |
insert | INSERT | userId, subdomain | Enrolls a user with a supported factor. |
delete | DELETE | factorId, userId, subdomain | Unenrolls an existing factor for the specified user, allowing the user to enroll a new factor. |
activate | EXEC | factorId, userId, subdomain | The sms and token:software:totp factor types require activation to complete the enrollment process. |
verify | EXEC | factorId, userId, subdomain | Verifies an OTP for a token or token:hardware factor |