Attestation

data class Attestation(val attestations: List<KeyAttestation>) : KeyBindingInfo

Keys are supplied using KeyAttestation objects

Constructors

Link copied to clipboard
constructor(attestations: List<KeyAttestation>)

Properties

Link copied to clipboard