Interface CheckOwnCrossSigningTrustOpts

interface CheckOwnCrossSigningTrustOpts {
    allowPrivateKeyRequests?: boolean;
}

Properties

allowPrivateKeyRequests?: boolean