state property

String? state
getter/setter pair

The state of the verification. Possible string values are:

  • "STATE_UNSPECIFIED" : Default value, will result in errors.
  • "PENDING" : The verification is pending.
  • "COMPLETED" : The verification is completed.
  • "FAILED" : The verification is failed.

Implementation

core.String? state;