LVE SDK
    Preparing search index...

    Interface CreateCredential

    A passkey credential with its PRF output for use in createLveFile.

    interface CreateCredential {
        credentialId: string;
        prfOutput: Uint8Array;
    }
    Index

    Properties

    credentialId: string

    base64url-encoded credential ID returned by registerCredential or authenticateWithPrf.

    prfOutput: Uint8Array

    32-byte PRF output obtained via authenticateWithPrf({ fileId }).