Interface ClientChallengeStartContext

Contextual information for challenge selection.

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

Properties

certRequestName: Name

Certificate name of the self-signed certificate.

requestId: Uint8Array

Request session ID.

Generated using TypeDoc