LVE SDK
    Preparing search index...

    Interface OpenOptions

    Options for openLveFile.

    interface OpenOptions {
        credentials: OpenCredential[];
        rpId?: string;
    }
    Index

    Properties

    Properties

    credentials: OpenCredential[]

    One or more credentials to attempt. The first matching recipient wins.

    rpId?: string

    WebAuthn Relying Party ID to validate against the file header. If provided and it does not match the file's rp_id, throws LveWrongOriginError. Typically window.location.hostname.