rozod
    Preparing search index...

    Variable postPasswordsValidateConst Api Param

    postPasswordsValidate: EndpointGeneric<
        {},
        { code: 0
        | 1
        | 2
        | 3
        | 4
        | 5; message: string },
        { password: string; username: string },
    > = ...

    POST https://auth.roblox.com/v2/passwords/validate Endpoint for checking if a password is valid. body The Roblox.Authentication.Api.Models.PasswordValidationModel.