FactorStatus

public enum FactorStatus : String, Codable

Describes the verification status of a Factor.

  • The Factor is verified and is ready to recevie challenges.

    Declaration

    Swift

    case verified
  • The Factor is not yet verified and can’t receive challenges.

    Declaration

    Swift

    case unverified