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

    Type Alias RecoveryKeyAttestation

    type RecoveryKeyAttestation = {
        credentialInfo: {
            attestationData: string;
            clientData: string;
            credId: string;
        };
        credentialKind: "RecoveryKey";
        encryptedPrivateKey?: string;
    }
    Index

    Properties

    credentialInfo: { attestationData: string; clientData: string; credId: string }
    credentialKind: "RecoveryKey"
    encryptedPrivateKey?: string