OnCreatePin

class OnCreatePin(createPin: (Pair<String?, Exception?>) -> Unit) : AuthenticationEvent.PinAuthenticationEvent

Constructors

Link copied to clipboard
fun OnCreatePin(createPin: (Pair<String?, Exception?>) -> Unit)

Functions

Link copied to clipboard
fun cancel(exception: Exception? = null)
Link copied to clipboard
fun createPin(pin: String)
Link copied to clipboard
open override fun toString(): String