@procivis/react-native-one-core
    Preparing search index...

    Interface CreateProofRequest

    If protocol is ISO_MDL, specify the device engagement type by referencing an entry from verificationEngagement of your configurationi. isoMdlEngagement accepts either QR code content (for QR device engagement) or NFC engagement parameters from nfcReadIsoMdlEngagement.

    interface CreateProofRequest {
        engagement?: string;
        isoMdlEngagement?: string;
        profile?: string;
        proofSchemaId: string;
        protocol: string;
        redirectUri?: string;
        scanToVerify?: ScanToVerifyRequest;
        transport?: string[];
        verifierDidId?: string;
        verifierIdentifierId?: string;
        verifierKey?: string;
    }
    Index

    Properties

    engagement?: string
    isoMdlEngagement?: string
    profile?: string
    proofSchemaId: string
    protocol: string
    redirectUri?: string
    scanToVerify?: ScanToVerifyRequest
    transport?: string[]
    verifierDidId?: string
    verifierIdentifierId?: string
    verifierKey?: string