OnPinAuthenticationError

data class OnPinAuthenticationError(val message: String) : AuthenticationEvent.PinAuthenticationEvent

Constructors

Link copied to clipboard
fun OnPinAuthenticationError(message: String)

Properties

Link copied to clipboard
val message: String