rozod
    Preparing search index...

    Variable postUsersUseridTwoStepVerificationLoginConst Api Param

    postUsersUseridTwoStepVerificationLogin: EndpointGeneric<
        { userId: number },
        { accountBlob: string; identityVerificationLoginTicket: string },
        {
            accountBlob: string;
            accountLinkParameters: {
                LinkingPlatform: 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 999;
            };
            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.