PinChangeValidationError
public enum PinChangeValidationError : MobileAuthenticationClientError
The object that informs that PIN validation error occurred during PIN change.
-
The provided PIN has failed the validation done in
validatePinForPinChange(_:onSuccess:onError:)
.Declaration
Swift
case InvalidPin(message: String, cause: Error? = nil)
Parameters
message
Additional information about the error.
cause
The underlying error that is related to the error occurred.