Uses of Class
com.sinch.sdk.domains.verification.models.v1.VerificationMethod
Package
Description
Verification API interface V1
Verification API interface V1 models
Models related to Verifications WebHooks
-
Uses of VerificationMethod in com.sinch.sdk.domains.verification.api.v1
Modifier and TypeMethodDescriptionVerificationStatusService.getByIdentity
(NumberIdentity identity, VerificationMethod method) Queries the verification result by sending the verification Identity (usually a phone number) and its method. -
Uses of VerificationMethod in com.sinch.sdk.domains.verification.models.v1
Modifier and TypeFieldDescriptionstatic final VerificationMethod
VerificationMethod.DATA
Data verification.static final VerificationMethod
VerificationMethod.FLASH_CALL
Verification by placing a flashVerificationResultEvent call (missed call) and detecting the incoming calling number (CLI).static final VerificationMethod
VerificationMethod.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.static final VerificationMethod
VerificationMethod.SMS
Verification by SMS message with a PIN code. -
Uses of VerificationMethod in com.sinch.sdk.domains.verification.models.v1.webhooks
Modifier and TypeMethodDescriptionVerificationResultEvent.Builder.setMethod
(VerificationMethod method) see getter