Interface VerificationsReportService
public interface VerificationsReportService
Verifications report Service
-
Method Summary
Modifier and TypeMethodDescriptionreportFlashCallById(String id, VerificationReportRequestFlashCall parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.FLASH_CALLVerification requestreportFlashCallByIdentity(NumberIdentity identity, VerificationReportRequestFlashCall parameters) Report a verification usingVerificationMethod.FLASH_CALL& IdentityreportPhoneCallById(String id, VerificationReportRequestPhoneCall parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.PHONE_CALLVerification requestreportPhoneCallByIdentity(NumberIdentity identity, VerificationReportRequestPhoneCall parameters) Report a verification usingVerificationMethod.PHONE_CALL& IdentityreportSmsById(String id, VerificationReportRequestSms parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.SMSVerification requestreportSmsByIdentity(NumberIdentity identity, VerificationReportRequestSms parameters) Report a verification usingVerificationMethod.SMS& IdentityreportWhatsAppById(String id, VerificationReportRequestWhatsApp parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.WHATSAPPVerification requestreportWhatsAppByIdentity(NumberIdentity identity, VerificationReportRequestWhatsApp parameters) Report a verification usingVerificationMethod.WHATSAPP& Identity
-
Method Details
-
reportSmsByIdentity
VerificationReportResponseSms reportSmsByIdentity(NumberIdentity identity, VerificationReportRequestSms parameters) Report a verification usingVerificationMethod.SMS& IdentityReport the received verification code to verify it, using the identity of the user
- Parameters:
identity- Currently OnlyNumberIdentityis supportedparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 1.1
-
reportFlashCallByIdentity
VerificationReportResponseFlashCall reportFlashCallByIdentity(NumberIdentity identity, VerificationReportRequestFlashCall parameters) Report a verification usingVerificationMethod.FLASH_CALL& IdentityReport the received verification code to verify it, using the identity of the user
- Parameters:
identity- Currently OnlyNumberIdentityis supportedparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 1.1
-
reportPhoneCallByIdentity
VerificationReportResponsePhoneCall reportPhoneCallByIdentity(NumberIdentity identity, VerificationReportRequestPhoneCall parameters) Report a verification usingVerificationMethod.PHONE_CALL& IdentityReport the received verification code to verify it, using the identity of the user
- Parameters:
identity- Currently OnlyNumberIdentityis supportedparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 1.1
-
reportWhatsAppByIdentity
VerificationReportResponseWhatsApp reportWhatsAppByIdentity(NumberIdentity identity, VerificationReportRequestWhatsApp parameters) Report a verification usingVerificationMethod.WHATSAPP& IdentityReport the received verification code to verify it, using the identity of the user
- Parameters:
identity- Currently OnlyNumberIdentityis supportedparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 2.0
- API Note:
- This is a BETA feature and can be changed before GA
-
reportSmsById
Report the received verification code to verify it, using the Verification ID of theVerificationMethod.SMSVerification request- Parameters:
id- ID returned from start verificationparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 1.1
-
reportFlashCallById
VerificationReportResponseFlashCall reportFlashCallById(String id, VerificationReportRequestFlashCall parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.FLASH_CALLVerification request- Parameters:
id- ID returned from start verificationparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 1.1
-
reportPhoneCallById
VerificationReportResponsePhoneCall reportPhoneCallById(String id, VerificationReportRequestPhoneCall parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.PHONE_CALLVerification request- Parameters:
id- ID returned from start verificationparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 1.1
-
reportWhatsAppById
VerificationReportResponseWhatsApp reportWhatsAppById(String id, VerificationReportRequestWhatsApp parameters) Report the received verification code to verify it, using the Verification ID of theVerificationMethod.WHATSAPPVerification request- Parameters:
id- ID returned from start verificationparameters- Parameters to be used to get report- Returns:
- Verification report response
- Since:
- 2.0
- API Note:
- This is a BETA feature and can be changed before GA
-