# PinProvider
interface PinProvider
An interface used to allow the MIRACLTrust SDK to request PIN. The application using the SDK is responsible for obtaining the PIN from the user and then pass it to the PinConsumer.
# Functions
Name | Summary |
---|---|
provide | abstract fun provide(@NonNullpinConsumer: PinConsumer) |