public interface PhoneVerification.CodeVerifier
Asks the application’s server whether a code matches a number.
Methods
public abstract void verifyCode(String e164Number, String code, PhoneVerification.Response response) | Verifies the code. |
Method details
verifyCode
public abstract void verifyCode(String e164Number, String code, PhoneVerification.Response response)Verifies the code.
Parameters
e164NumberString- the number the code was sent to
codeString- the code the user entered
responsePhoneVerification.Response- answered when the server replies