MobileCredentialKeyStatus

public enum MobileCredentialKeyStatus

The status of a key used inside a Mobile Credential

  • the key was never registered. This will be the case for secondFactor if you specified singleFactorOnly when you registered the credential

    Declaration

    Swift

    case notRegistered
  • the key appears to be OK

    Declaration

    Swift

    case good
  • the SDK was not able to determine the status of the key

    Declaration

    Swift

    case unknown
  • there was a problem detected when loading the key

    Declaration

    Swift

    case bad(Error?)