phoneVerificationMethod property
Verification method to receive verification code. Possible string values are:
- "PHONE_VERIFICATION_METHOD_UNSPECIFIED" : Unknown method.
- "SMS" : Receive verification code by SMS.
- "PHONE_CALL" : Receive verification code by phone call.
Implementation
core.String? phoneVerificationMethod;