rozod
    Preparing search index...

    Variable postLoginLinkedConst Api Param

    postLoginLinked: EndpointGeneric<
        {},
        {
            accountBlob: string;
            identityVerificationLoginTicket: string;
            isBanned: boolean;
            passkeyRegistrationSucceeded: boolean;
            recoveryEmail: string;
            shouldAutoLoginFromRecovery: boolean;
            shouldPrompt2svRemoval: boolean;
            shouldPromptPasskeyAddition: boolean;
            shouldUpdateEmail: boolean;
            twoStepVerificationData: {
                mediaType: | "Email"
                | "SMS"
                | "Authenticator"
                | "RecoveryCode"
                | "SecurityKey"
                | "CrossDevice"
                | "Password"
                | "Passkey";
                ticket: string;
            };
            user: { displayName: string; id: number; name: string };
        },
        {
            accountBlob: string;
            accountLinkParameters: {
                LinkingPlatform: | "Xbox"
                | "Playstation"
                | "Invalid"
                | "Qq"
                | "WeChat"
                | "Facebook"
                | "RobloxDeveloper"
                | "RobloxGroupCreator"
                | "ExternalProvider"
                | "Example";
            };
            captchaId: string;
            captchaProvider: string;
            captchaToken: string;
            challengeId: string;
            ctype: | "Email"
            | "Passkey"
            | "Username"
            | "PhoneNumber"
            | "EmailOtpSessionToken"
            | "AuthToken"
            | "AsUser"
            | "TwoStepVerification"
            | "XboxLive"
            | "PlatformLive";
            cvalue: string;
            password: string;
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
            securityQuestionRedemptionToken: string;
            securityQuestionSessionId: string;
            userId: number;
        },
    > = ...

    POST https://auth.roblox.com/v2/login/linked Endpoint for logging in a user, specifically for linked authentication on PCGDK body Roblox.Authentication.Api.Models.LoginRequest