rozod
    Preparing search index...

    Variable postPasskeyFinishArPreauthRegistrationConst Api Param

    postPasskeyFinishArPreauthRegistration: EndpointGeneric<
        {},
        Record<string, never>,
        {
            passkeyRegistrationResponse: string;
            passkeySessionId: string;
            recoverySession: string;
            userId: number;
        },
    > = ...

    POST https://auth.roblox.com/v1/passkey/finish-ar-preauth-registration Finishes account recovery pre-auth passkey registration by validating the recovery session, deactivating the user's password, and completing passkey registration. body The request body containing recovery session and passkey details.