PinProvider

interface PinProvider

An interface used to allow the MIRACL Trust SDK to request PIN. The application using the SDK is responsible for obtaining the PIN from the user and then passing it to the PinConsumer.

Functions

Link copied to clipboard
abstract fun provide(@NonNull pinConsumer: PinConsumer)