static let Authentication: UInt32
(100) Authentication failed. * Retrieve
USERINFO_ERROR_AUTH_REMAINING_TRIES from userInfo dictionary for additional information.static let InvalidPassword: UInt32
(101) The password fails policy requirements.
static let CredentialsExpired: UInt32
(102) The credentials used to sign the transaction have expired.
static let PasswordExpired: UInt32
(103) The password has expired and requires a change of password.
static let PasswordNotYetUpdatable: UInt32
(104) The password cannot be changed yet.
static let LostCredentials: UInt32
(106) The provisioning key securing the transaction has been wiped.
static let InvalidChallengeTooLong: UInt32
(107) The challenge is too long with respect to the OTP configuration.
static let InvalidChallengeBadFormat: UInt32
(108) The challenge does not have the format expected by the OTP configuration.
static let PasswordCancelled: UInt32
(109) The password event has been cancelled by the user.