public abstract class EnrollmentType
extends java.lang.Object
| Constructor and Description |
|---|
EnrollmentType() |
| Modifier and Type | Method and Description |
|---|---|
static EnrollmentType |
SMS(java.lang.String phoneNumber)
Creates an enrollment type specific for SMS-based multi-factor authentication
|
static EnrollmentType |
TOTP()
Creates an enrollment type specific for TOTP-based multi-factor authentication
|
public static EnrollmentType TOTP()
public static EnrollmentType SMS(java.lang.String phoneNumber)
phoneNumber - the phone number to use for enrollment