PinChangeHandler
public protocol PinChangeHandler : CancelableHandler
The object handling the old and new PIN provided by the end-user.
-
Specify the old PIN and the new PIN. To change a PIN, the SDK requires to provide the old PIN. When this method is invoked, the SDK will validate the provided PINs.
Declaration
Swift
func pins(_ oldPin: String, _ newPin: String)
Parameters
oldPin
the old PIN.
newPin
the new PIN.