Interface PhoneVerification.CodeVerifier
- Enclosing class:
PhoneVerification
public static interface PhoneVerification.CodeVerifier
Asks the application's server whether a code matches a number.
-
Method Summary
Modifier and TypeMethodDescriptionvoidverifyCode(String e164Number, String code, PhoneVerification.Response response) Verifies the code.
-
Method Details
-
verifyCode
Verifies the code.
Parameters
-
e164Number: the number the code was sent to -
code: the code the user entered -
response: answered when the server replies
-
-