operation property

  1. @Deprecated('Not supported. Member documentation may have more information.')
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.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? operation;