PinAuthenticationEvent

interface PinAuthenticationEvent : AuthenticationEvent

Types

Link copied to clipboard
class OnCreatePin(createPin: (Pair<String?, Exception?>) -> Unit) : AuthenticationEvent.PinAuthenticationEvent
Link copied to clipboard
data class OnPinAuthenticationError(val message: String) : AuthenticationEvent.PinAuthenticationEvent
Link copied to clipboard
class OnVerifyPin(val failCount: Int, authenticate: (Pair<String?, Exception?>) -> Unit) : AuthenticationEvent.PinAuthenticationEvent

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard