rozod
    Preparing search index...

    Variable postIdentityInitializeLoginConst Api Param

    postIdentityInitializeLogin: EndpointGeneric<
        {},
        {
            loginMethods: {
                method: "Password"
                | "Passkey"
                | "EmailOtp";
                priority: number;
            }[];
        },
        {
            captchaId?: string;
            captchaProvider?: string;
            captchaToken?: string;
            challengeId?: string;
            ctype: 0
            | 1
            | 2
            | 3
            | 4
            | 5
            | 6
            | 7
            | 8
            | 9;
            cvalue: string;
        },
    > = ...

    POST https://auth.roblox.com/v1/identity/initialize-login Initiates identifier-first login flow by returning a list of login methods for user(s). body