@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface AcceptVerificationRequestInput

    Input for SecurityModule.acceptVerificationRequest method.

    AcceptVerificationRequestInput

    interface AcceptVerificationRequestInput {
        flowId: string;
        handleId: HandleId;
        senderId: HandleId;
    }
    Index

    Properties

    flowId: string

    the flow ID of the verification request

    handleId: HandleId

    the handle ID owned by this client

    senderId: HandleId

    the handle ID of the sender