MobileCredentialKeyStatus
public enum MobileCredentialKeyStatus : StringValueConvertible
The status of a key used inside a Mobile Credential
-
the key was never registered. This will be the case for
secondFactorif you specifiedsingleFactorOnlywhen you registered the credentialDeclaration
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?) -
Declaration
Swift
public var stringValue: String { get }
MobileCredentialKeyStatus Enumeration Reference