SuccessSdJwt
data class SuccessSdJwt(val sdJwtSigned: SdJwtSigned, val verifiableCredentialSdJwt: VerifiableCredentialSdJwt, val sdJwt: VerifiableCredentialSdJwt, val reconstructed: JsonObject, val disclosures: Collection<SelectiveDisclosureItem>, val state: String?) : OidcSiopVerifier.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, sdJwt: VerifiableCredentialSdJwt, reconstructed: JsonObject, disclosures: Collection<SelectiveDisclosureItem>, state: String?)