EudiWalletInfo

@Serializable
data class EudiWalletInfo(val generalInfo: GeneralInfo? = null, val keyStorageInfo: KeyStorageInfo? = null)(source)

Data class containing information for instance/unit attestation which are not part of the OID4VCI specification. See https://github.com/eu-digital-identity-wallet/eudi-doc-standards-and-technical-specifications/blob/main/docs/technical-specifications/ts3-wallet-unit-attestation.md

Constructors

Link copied to clipboard
constructor(generalInfo: GeneralInfo? = null, keyStorageInfo: KeyStorageInfo? = null)

Properties

Link copied to clipboard
@SerialName(value = "general_info")
val generalInfo: GeneralInfo?
Link copied to clipboard
@SerialName(value = "key_storage_info")
val keyStorageInfo: KeyStorageInfo?