SuccessSdJwt

data class SuccessSdJwt(val jwsSigned: JwsSigned, val sdJwt: VerifiableCredentialSdJwt, val disclosures: List<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(jwsSigned: JwsSigned, sdJwt: VerifiableCredentialSdJwt, disclosures: List<SelectiveDisclosureItem>, state: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val jwsSigned: JwsSigned
Link copied to clipboard
Link copied to clipboard