requestType property

String? requestType
getter/setter pair

Possible string values are:

  • "OOB_REQ_TYPE_UNSPECIFIED" : Oob code type is not specified.
  • "PASSWORD_RESET" : reset password
  • "OLD_EMAIL_AGREE"
  • "NEW_EMAIL_ACCEPT"
  • "VERIFY_EMAIL" : verify the account's email address by sending an email
  • "RECOVER_EMAIL"
  • "EMAIL_SIGNIN" : sign in with email only
  • "VERIFY_AND_CHANGE_EMAIL" : This flow sends an email to the specified new email, and when applied by clicking the link in the email changes the account's email to the new email. Used when the account must have verified email at all times, such as MFA accounts.
  • "REVERT_SECOND_FACTOR_ADDITION"

Implementation

core.String? requestType;