Type alias VPProofBase

VPProofBase: {
    challenge: string;
    created: string;
    domain: string;
    proofPurpose: "authentication";
    type: string;
    verificationMethod: string;
}

Type declaration

  • challenge: string
  • created: string
  • domain: string
  • proofPurpose: "authentication"
  • type: string
  • verificationMethod: string