rozod
    Preparing search index...

    Variable postPasswordsResetVerifyConst Api Param

    postPasswordsResetVerify: EndpointGeneric<
        {},
        {
            userTickets: {
                ticket: string;
                user: { displayName: string; userId: number; username: string };
            }[];
        },
        {
            code: string;
            nonce: string;
            targetType: "Email"
            | "PhoneNumber"
            | "RecoverySessionID";
        },
    > = ...

    POST https://auth.roblox.com/v2/passwords/reset/verify Verifies a password reset challenge solution. body The request model containing the nonce and the solution. Roblox.Authentication.Api.Models.PasswordResetVerificationRequest