TrinityIDWallet
1.7.1
TrinityIDWalletCore
/
de.comuny.trinity.core
/
AuthenticationEvent
/
PinAuthenticationEvent
/
OnVerifyPin
On
Verify
Pin
class
OnVerifyPin
(
val
failCount
:
Int
,
authenticate
:
(
Pair
<
String
?
,
Exception
?
>
)
->
Unit
)
:
AuthenticationEvent.PinAuthenticationEvent
Content copied to clipboard
Constructors
Functions
Properties
Constructors
On
Verify
Pin
Link copied to clipboard
fun
OnVerifyPin
(
failCount
:
Int
,
authenticate
:
(
Pair
<
String
?
,
Exception
?
>
)
->
Unit
)
Content copied to clipboard
Functions
authenticate
Link copied to clipboard
fun
authenticate
(
pin
:
String
)
Content copied to clipboard
cancel
Link copied to clipboard
fun
cancel
(
exception
:
Exception
?
=
null
)
Content copied to clipboard
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
Content copied to clipboard
Properties
fail
Count
Link copied to clipboard
val
failCount
:
Int
Content copied to clipboard