toggle menu
vclib-openid
3.6.1
common
switch theme
search in API
vclib-openid
/
at.asitplus.wallet.lib.oidvci
/
WalletService
/
WalletService
Wallet
Service
constructor
(
clientId
:
String
=
"https://wallet.a-sit.at/app"
,
redirectUrl
:
String
=
"/callback"
,
cryptoService
:
CryptoService
=
DefaultCryptoService()
,
jwsService
:
JwsService
=
DefaultJwsService(cryptoService)
,
coseService
:
CoseService
=
DefaultCoseService(cryptoService)
)