Export

LDProofVCOptions

Hierarchy

  • LDProofVCOptions

Properties

challenge?: string

A challenge to include in the proof. SHOULD be provided by the requesting party of the credential (=holder)

Memberof

LDProofVCOptions

created?: string

The date and time of the proof (with a maximum accuracy in seconds). Defaults to current system time

Memberof

LDProofVCOptions

credentialStatus?: CredentialStatusOptions

The credential status mechanism to use for the credential. Omitting the property indicates the issued credential will not include a credential status

Memberof

LDProofVCOptions

domain?: string

The intended domain of validity for the proof

Memberof

LDProofVCOptions

proofPurpose?: string

The proof purpose used for the proof. Should match proof purposes registered in the Linked Data Proofs Specification

Memberof

LDProofVCOptions

proofType?: string

The proof type used for the proof. Should match suites registered in the Linked Data Cryptographic Suite Registry

Memberof

LDProofVCOptions

verificationMethod?: string

The verification method to use for the proof. Should match a verification method in the wallet

Memberof

LDProofVCOptions

Generated using TypeDoc