AttributeAttestationDescriptor

@Serializable
data class AttributeAttestationDescriptor(val name: String, val type: PrimitiveType, val required: Boolean = true)(source)

Describes one client-provided value requested by the verifier.

name is application-facing metadata, type determines ASN.1 encoding, and required controls whether an encoded ASN.1 NULL is accepted for this position.

Constructors

Link copied to clipboard
constructor(name: String, type: PrimitiveType, required: Boolean = true)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard