SuccessSdJwt

data class SuccessSdJwt(val sdJwt: VerifiableCredentialSdJwt, val disclosures: List<SelectiveDisclosureItem>, val state: String?) : OidcSiopVerifier.AuthnResponseResult

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

Constructors

Link copied to clipboard
constructor(sdJwt: VerifiableCredentialSdJwt, disclosures: List<SelectiveDisclosureItem>, state: String?)

Properties

Link copied to clipboard
val disclosures: List<SelectiveDisclosureItem>
Link copied to clipboard
val sdJwt: VerifiableCredentialSdJwt
Link copied to clipboard