WalletKeyBinding

@Serializable
data class WalletKeyBinding(val compactJwt: String? = null, val claims: List<WalletPresentedClaim> = emptyList())

The SD-JWT key-binding JWT (KB-JWT) the holder appended to a disclosed credential during a presentation, decoded for display.

Constructors

Link copied to clipboard
constructor(compactJwt: String? = null, claims: List<WalletPresentedClaim> = emptyList())

Properties

Link copied to clipboard

Display-ready fields decoded from the KB-JWT header/payload.

Link copied to clipboard

Raw compact KB-JWT (header.payload.signature), when present.

Link copied to clipboard