DCQLSdJwtCredential
data class DCQLSdJwtCredential(val claimStructure: DCQLCredentialClaimStructure.JsonBasedStructure, val type: String, val satisfiesCryptographicHolderBinding: Boolean, val authorityKeyIdentifiers: Collection<DCQLAuthorityKeyIdentifier>) : DCQLCredential(source)
Constructors
Link copied to clipboard
constructor(claimStructure: DCQLCredentialClaimStructure.JsonBasedStructure, type: String, satisfiesCryptographicHolderBinding: Boolean, authorityKeyIdentifiers: Collection<DCQLAuthorityKeyIdentifier>)