Type alias Web3IdProofRequest

Web3IdProofRequest: {
    challenge: string;
    credentialStatements: SpecifiedCredentialStatement[];
}

Describes a proof request which is at the core of computing the corresponding proof.

Type declaration

  • challenge: string

    The challenge of the proof

  • credentialStatements: SpecifiedCredentialStatement[]

    The statements paired with the credential IDs to prove them for

Generated using TypeDoc