rozod
    Preparing search index...

    Variable getPasswordsValidateConst Api Param

    getPasswordsValidate: EndpointGeneric<
        { Password: string; Username: string },
        { code: 0 | 1 | 2 | 3 | 4 | 5; message: string },
        undefined,
    > = ...

    GET https://auth.roblox.com/v1/passwords/validate Endpoint for checking if a password is valid. Username Password