LVE SDK
    Preparing search index...

    Interface RegisterOptions

    interface RegisterOptions {
        challenge?: ArrayBuffer;
        prfEvalInput?: ArrayBuffer;
        rpId: string;
        rpName: string;
        userDisplayName: string;
        userId: string;
        userName: string;
    }
    Index

    Properties

    challenge?: ArrayBuffer
    prfEvalInput?: ArrayBuffer

    If provided, PRF is evaluated during registration — avoids a second WebAuthn ceremony.

    rpId: string
    rpName: string
    userDisplayName: string
    userId: string
    userName: string