PinUserVerificationHandler
public protocol PinUserVerificationHandler : CancelableHandler
The object handling the outcome of an interaction where the user provides PIN credentials.
This is used with the Pin
See
PinUserVerifier
-
The user verification interaction called during authentication. The SDK will verify that the provided PIN is valid.
Declaration
Swift
func verify(_ pin: String)
Parameters
pin
the PIN.