rozod
    Preparing search index...

    Variable postUsersUseridChallengesSecurityKeyVerifyStartConst Api Param

    postUsersUseridChallengesSecurityKeyVerifyStart: EndpointGeneric<
        { userId: number },
        { authenticationOptions: string; sessionId: string },
        {
            actionType:
                | "Unknown"
                | "Login"
                | "RobuxSpend"
                | "ItemTrade"
                | "Resale"
                | "PasswordReset"
                | "RevertAccount"
                | "Generic"
                | "GenericWithRecoveryCodes";
            challengeId: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/challenges/security-key/verify-start Provides a challenge for the security key to authenticate. body The request bodyRoblox.TwoStepVerification.Api.SendCodeRequest. userId The user ID.