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

    Type Alias RecoveryKeyAssertion

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

    Properties

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