result property

String? result
getter/setter pair

The result of the instant verification token generation.

Output only. Possible string values are:

  • "RESULT_UNSPECIFIED" : Default value, will result in errors.
  • "SUCCEEDED" : The instant verification token was generated successfully.
  • "FAILED" : The instant verification token was not generated..

Implementation

core.String? result;