rozod
    Preparing search index...

    Variable postLoginConst Api Param

    postLogin: EndpointGeneric<
        {},
        {
            accountBlob: string;
            identityVerificationLoginTicket: string;
            isBanned: boolean;
            passkeyRegistrationSucceeded: boolean;
            recoveryEmail: string;
            shouldAutoLoginFromRecovery: boolean;
            shouldUpdateEmail: boolean;
            twoStepVerificationData: {
                mediaType: 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7;
                ticket: string;
            };
            user: { displayName: string; id: number; name: string };
        },
        {
            accountBlob: string;
            accountLinkParameters: {
                LinkingPlatform: 0
                | 1
                | 2
                | 3
                | 4
                | 5
                | 6
                | 7
                | 8
                | 999;
            };
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
            ctype: 0
            | 1
            | 2
            | 3
            | 4
            | 5
            | 6
            | 7
            | 8
            | 9;
            cvalue: string;
            password: string;
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
            securityQuestionRedemptionToken: string;
            securityQuestionSessionId: string;
            userId: number;
        },
    > = ...

    POST https://auth.roblox.com/v1/login Authenticates a user. body Roblox.Authentication.Api.Models.LoginRequest.