VerificationMaterialPeerDID

Represents the verification material used in a PeerDID.

Parameters

T

The type of the verification method.

Constructors

Link copied to clipboard
constructor(format: VerificationMaterialFormatPeerDID, value: Any, type: T)

Properties

Link copied to clipboard

The format of the verification material.

Link copied to clipboard
val type: T

The type of the verification method.

Link copied to clipboard
val value: Any

The value of the verification material.