Interface PresentRequest

interface PresentRequest {
    precomputed: PrecomputedCredential;
    verifierNonce: string;
    devicePrivateKey: EcdsaPrivateKey;
    keys: KeySet;
    showParams?: ShowCircuitParams;
    showInputOptions?: ShowInputOptions;
}

Properties

verifierNonce: string
devicePrivateKey: EcdsaPrivateKey
keys: KeySet
showParams?: ShowCircuitParams
showInputOptions?: ShowInputOptions