operation property

String? operation
getter/setter pair

Possible string values are:

  • "VERIFY_OP_UNSPECIFIED" : Operation is not specified.
  • "SIGN_UP_OR_IN" : Verify operation is to sign up/sign in.
  • "REAUTH" : Verify operation is to reauth.
  • "UPDATE" : Verify operation is to update.
  • "LINK" : Verify operation is to link.

Implementation

core.String? operation;