CredentialRequestProofSupported

@Serializable
data class CredentialRequestProofSupported(val supportedSigningAlgorithms: Collection<String>)(source)

Constructors

Link copied to clipboard
constructor(supportedSigningAlgorithms: Collection<String>)

Properties

Link copied to clipboard
@SerialName(value = "proof_signing_alg_values_supported")
val supportedSigningAlgorithms: Collection<String>

OID4VCI: REQUIRED. Array of case sensitive strings that identify the algorithms that the Issuer supports for this proof type. The Wallet uses one of them to sign the proof. Algorithm names used are determined by the key proof type and are defined in Section 7.2.1.