Jump to top

PhoneAuthState

interface

Properties

AUTO_VERIFIED

</>

Phone number auto-verification succeeded.

AUTO_VERIFIED: "verified";

AUTO_VERIFY_TIMEOUT

</>

The timeout specified in auth#verifyPhoneNumber has expired.

AUTO_VERIFY_TIMEOUT: "timeout";

CODE_SENT

</>

SMS message with verification code sent to phone number.

CODE_SENT: "sent";

ERROR

</>

Phone number verification failed with an error.

ERROR: "error";