PinUserVerificationHandler

public protocol PinUserVerificationHandler : CancelableHandler

The object handling the outcome of an interaction where the user provides PIN credentials.

This is used with the AuthenticatorAaid.Pin

  • The method to be invoked when the PIN authenticator must be used. The SDK will verify that the provided PIN is valid.

    Declaration

    Swift

    func verify(_ pin: String)

    Parameters

    pin

    the PIN.