Class VerificationMethod
java.lang.Object
com.sinch.sdk.core.utils.EnumDynamic<String,VerificationMethod>
com.sinch.sdk.domains.verification.models.v1.VerificationMethod
The type of the verification request.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VerificationMethod
Data verification.static final VerificationMethod
Verification by placing a flashVerificationResultEvent call (missed call) and detecting the incoming calling number (CLI).static final VerificationMethod
Verification by placing a PSTN call to the user's phone and playing an announcement, asking the user to press a particular digit to verify the phone number.static final VerificationMethod
Verification by SMS message with a PIN code. -
Method Summary
Modifier and TypeMethodDescriptionstatic VerificationMethod
static String
static Stream
<VerificationMethod> values()
Methods inherited from class com.sinch.sdk.core.utils.EnumDynamic
equals, hashCode, toString, value
-
Field Details
-
SMS
Verification by SMS message with a PIN code. -
FLASH_CALL
Verification by placing a flashVerificationResultEvent call (missed call) and detecting the incoming calling number (CLI). -
PHONE_CALL
Verification by placing a PSTN call to the user's phone and playing an announcement, asking the user to press a particular digit to verify the phone number. -
DATA
Data verification. Verification by accessing internal infrastructure of mobile carriers to verify if given verification attempt was originated from device with matching phone number.
-
-
Method Details
-
values
-
from
-
valueOf
-