The enum value is an argument in System.Site.passwordlessLogin, System.UserManagement.registerVerificationMethod, and System.UserManagement.deregisterVerificationMethod methods. The value indicates the method used to verify a user’s identity.
The following are the values of the Auth.VerificationMethod enum.
Value | Description |
---|---|
Identity verified with a PIN sent via email message. | |
SALESFORCE_AUTHENTICATOR | Identity verified by Salesforce Authenticator. |
SMS | Identity verified with a PIN sent via by SMS message. |
TOTP | Identity verified by time-based one-time password (TOTP). |
U2F | Identity verified by U2F (such as a security key). |