Interface: ProofConfig

Extended by

Properties

challenge?

optional challenge?: string

The challenge of the proof.


created?

optional created?: string

The date and time the proof was created. Format: ISO 8601


cryptosuite?

optional cryptosuite?: string

The cryptosuite used to create the proof.


domain?

optional domain?: string

The domain of the proof.


expires?

optional expires?: string

The date and time the proof expires. Format: ISO 8601


id?

optional id?: string

The identifier of the proof.


nonce?

optional nonce?: string

The nonce of the proof.


previousProof?

optional previousProof?: string

The value of the previous proof.


proofPurpose

proofPurpose: ProofPurpose

The purpose of the proof.

type

type: string

The specific type of proof.


verificationMethod?

optional verificationMethod?: string

The verification method used to verify the proof.