NDNts
    Preparing search index...

    Interface ClientChallengeStartContext

    Contextual information for challenge selection.

    interface ClientChallengeStartContext {
        certRequestName: Name;
        requestId: Uint8Array;
    }
    Index

    Properties

    certRequestName: Name

    Certificate name of the self-signed certificate.

    requestId: Uint8Array

    Request session ID.