PinEnrollmentHandler

public protocol PinEnrollmentHandler : CancelableHandler

The object handling the PIN to be enrolled.

  • Specify the PIN to be enrolled. When this method is invoked, the SDK will validate the PIN and if valid, will enroll it.

    Declaration

    Swift

    func pin(_ pin: String)

    Parameters

    pin

    the PIN.