rozod
    Preparing search index...

    Variable postExternalLoginandlinkConst Api Param

    postExternalLoginandlink: 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 };
        },
        {
            additionalInfoPayload: Record<string, never>;
            authenticationProof: string;
            ctype:
                | "Email"
                | "Passkey"
                | "Username"
                | "PhoneNumber"
                | "EmailOtpSessionToken"
                | "AuthToken"
                | "AsUser"
                | "TwoStepVerification"
                | "XboxLive"
                | "PlatformLive";
            cvalue: string;
            IdentityProviderPlatformType: "Undefined"
            | "Xbox"
            | "Playstation"
            | "Web";
            password: string;
        },
    > = ...

    POST https://auth.roblox.com/v1/external/loginAndLink Deprecated endpoint Logins in a user to Roblox, then links the Roblox account to the external provider ID body