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: 0
        | 1
        | 2 },
    > = ...

    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