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 verification code sent in an email message. | |
PASSWORD | Identity verified with a password. |
SALESFORCE_AUTHENTICATOR | Identity verified by Salesforce Authenticator. |
SMS | Identity verified with a verification code sent via SMS message. |
TOTP | Identity verified with a time-based one-time password (TOTP). |
U2F | Identity verified by a U2F physical security key, such as a YubiKey. |