rozod
    Preparing search index...

    Variable postUsersUseridTwoStepVerificationLoginConst Api Param

    postUsersUseridTwoStepVerificationLogin: EndpointGeneric<
        { userId: number },
        { accountBlob: string; identityVerificationLoginTicket: string },
        {
            accountBlob: string;
            accountLinkParameters: {
                LinkingPlatform:
                    | "Xbox"
                    | "Playstation"
                    | "Invalid"
                    | "Qq"
                    | "WeChat"
                    | "Facebook"
                    | "RobloxDeveloper"
                    | "RobloxGroupCreator"
                    | "ExternalProvider"
                    | "Example";
            };
            challengeId: string;
            rememberDevice: boolean;
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
            verificationToken: string;
        },
    > = ...

    POST https://auth.roblox.com/v3/users/:userId/two-step-verification/login Authenticates as a user given a two step verification verification token. body The Roblox.Authentication.Api.TwoStepVerificationLoginRequest. userId The user ID to authenticate as.