ENUM

StatusEnum

User MFA status enum

link GraphQL Schema definition

  • enum StatusEnum {
  • # seller MFA is not enabled
  • UNSUPPORTED
  • # seller MFA is enabled
  • SUPPORTED
  • # seller MFA is enabled but not required. User has not completed MFA enrolment
  • SUPPORTED_NOT_ENROLLED
  • # seller MFA is enabled and required. User has not completed MFA enrolment
  • REQUIRES_ENROLMENT
  • # user has completed MFA verification
  • VERIFIED
  • # user has not completed MFA verification
  • REQUIRES_VERIFICATION
  • }