public class PhoneVerification extends Resource
Resource.Response| 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) |
public static final String PHONE_VERIFICATION_API_PATH
public Verification start(String phoneNumber, String countryCode, String via, Params params) throws AuthyException
AuthyExceptionpublic Verification check(String phoneNumber, String countryCode, String code) throws AuthyException
AuthyExceptionpublic Verification check(String phoneNumber, String countryCode, String code, Params params) throws AuthyException
AuthyExceptionCopyright © 2019. All rights reserved.