FUIPasscodeValidationDelegate
public protocol FUIPasscodeValidationDelegate : AnyObject
This delegate is responsible to do additional validations to the passcode user entered.
FUIPasscodeCreateController will validate the passcode user entered with the FUIPasscodePolicy internally.
-
Validate the passcode user entered.
Throws
FUIPasscodeControllerErrorwhen validation fails.Declaration
Swift
func validate(passcode: String) throwsParameters
passcodeThe passcode to be validated.