public class PhoneVerification extends Resource
| Modifier and Type | Field and Description |
|---|---|
static String |
PHONE_VERIFICATION_API_PATH |
ENCODE, JSON_CONTENT_TYPE, METHOD_GET, METHOD_POST, METHOD_PUT, XML_CONTENT_TYPE| Constructor and Description |
|---|
PhoneVerification(String uri,
String key) |
PhoneVerification(String uri,
String key,
boolean testFlag) |
| Modifier and Type | Method and Description |
|---|---|
Verification |
check(String phoneNumber,
String countryCode,
String code) |
Verification |
check(String phoneNumber,
String countryCode,
String code,
Params params) |
Verification |
start(String phoneNumber,
String countryCode,
String via,
Params params) |
createConnection, delete, get, getContentType, getStatus, post, put, requestpublic static final String PHONE_VERIFICATION_API_PATH
public Verification start(String phoneNumber, String countryCode, String via, Params params)
public Verification check(String phoneNumber, String countryCode, String code)
public Verification check(String phoneNumber, String countryCode, String code, Params params)
Copyright © 2017. All rights reserved.