phoneVerificationMethod property

String? phoneVerificationMethod
getter/setter pair

Verification method used 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;