Type alias CreateWebSemanticPresentationOptions

CreateWebSemanticPresentationOptions: {
    challenge: string;
    credentials?: readonly VerifiableCredential[];
    domain?: string;
    holder?: string;
}

Type declaration

  • Readonly challenge: string
  • Optional Readonly credentials?: readonly VerifiableCredential[]
  • Optional Readonly domain?: string
  • Optional Readonly holder?: string

Generated using TypeDoc