Dfns TypeScript SDK - v0.7.14
    Preparing search index...

    Type Alias KeyAssertion

    type KeyAssertion = {
        credentialAssertion: {
            algorithm?: string;
            clientData: string;
            credId: string;
            signature: string;
        };
        kind: "Key";
    }
    Index

    Properties

    credentialAssertion: {
        algorithm?: string;
        clientData: string;
        credId: string;
        signature: string;
    }
    kind: "Key"