vc-k
Toggle table of contents
5.12.0
common
Target filter
common
Switch theme
Search in API
Skip to content
vc-k
vck-openid
/
at.asitplus.wallet.lib.oidvci
/
WalletService
/
LoadUnitAttestationPopInput
Load
Unit
Attestation
Pop
Input
data
class
LoadUnitAttestationPopInput
(
val
ttl
:
Duration
,
val
type
:
String
=
OpenIdConstants.PROOF_JWT_TYPE
,
val
payload
:
JsonWebToken
)
(
source
)
Members
Constructors
Load
Unit
Attestation
Pop
Input
Link copied to clipboard
constructor
(
ttl
:
Duration
,
type
:
String
=
OpenIdConstants.PROOF_JWT_TYPE
,
payload
:
JsonWebToken
)
Properties
payload
Link copied to clipboard
val
payload
:
JsonWebToken
ttl
Link copied to clipboard
val
ttl
:
Duration
type
Link copied to clipboard
val
type
:
String