Options
All
  • Public
  • Public/Protected
  • All
Menu
export
interface

LinkedDataProof

Hierarchy

  • LinkedDataProof

Index

Properties

challenge?: string

Associates a challenge with a proof, for use with a proofPurpose such as authentication

memberof

LinkedDataProof

created: string

The string value of an ISO8601 combined date and time string generated by the Signature Algorithm

memberof

LinkedDataProof

domain?: string

A string value specifying the restricted domain of the signature.

memberof

LinkedDataProof

jws?: string

Associates a Detached Json Web Signature with a proof

memberof

LinkedDataProof

nonce?: string

The nonce

memberof

LinkedDataProof

proofPurpose: string

Proof purpose

memberof

LinkedDataProof

proofValue?: string

The proof value of a proof

memberof

LinkedDataProof

type: string

Identifies the digital signature suite that was used to create the signature

memberof

LinkedDataProof

verificationMethod: string

Information used for proof verification

memberof

LinkedDataProof

Generated using TypeDoc