LVE SDK
    Preparing search index...

    Interface AuthenticateOptions

    interface AuthenticateOptions {
        challenge?: ArrayBuffer;
        credentialId?: string;
        fileId: string;
        rpId: string;
    }
    Index

    Properties

    challenge?: ArrayBuffer
    credentialId?: string
    fileId: string
    rpId: string