LVE SDK
    Preparing search index...

    Interface OpenCredential

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

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

    Properties

    credentialId: string

    base64url-encoded credential ID returned by authenticateWithPrf.

    prfOutput: Uint8Array

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