LVE SDK
    Preparing search index...

    Interface AddCredentialOptions

    interface AddCredentialOptions {
        existingCredentialId: string;
        existingPrfOutput: Uint8Array;
        newCredentialId: string;
        newPrfOutput: Uint8Array;
    }
    Index

    Properties

    existingCredentialId: string

    base64url credential ID of the existing authorized passkey (used to decrypt the DEK).

    existingPrfOutput: Uint8Array

    32-byte PRF output for the existing credential.

    newCredentialId: string

    base64url credential ID of the new passkey to authorize.

    newPrfOutput: Uint8Array

    32-byte PRF output for the new credential.