SuccessSdJwt

data class SuccessSdJwt(    val sdJwtSigned: SdJwtSigned,     val verifiableCredentialSdJwt: VerifiableCredentialSdJwt,     val reconstructed: JsonObject,     val disclosures: Collection<SelectiveDisclosureItem>,     val state: String?) : AuthnResponseResult(source)

Successfully decoded and validated the response from the Wallet (W3C credential in SD-JWT)

Constructors

Link copied to clipboard
constructor(sdJwtSigned: SdJwtSigned, verifiableCredentialSdJwt: VerifiableCredentialSdJwt, reconstructed: JsonObject, disclosures: Collection<SelectiveDisclosureItem>, state: String?)

Properties

Link copied to clipboard
val reconstructed: JsonObject
Link copied to clipboard
Link copied to clipboard