waltid-openid4vc-wallet-mobile
Toggle table of contents
1.0.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
waltid-openid4vc-wallet-mobile
waltid-openid4vc-wallet-mobile
/
id.walt.wallet2.mobile
/
MobileWalletConfig
/
MobileWalletConfig
Mobile
Wallet
Config
constructor
(
walletId
:
String
=
Uuid.random().toString()
,
defaultKeyType
:
KeyType
=
KeyType.secp256r1
,
attestationConfig
:
WalletAttestationConfig
?
=
null
,
onEvent
:
suspend
(
WalletSessionEvent
)
->
Unit
=
{}
)