Variable getPasswordsValidateConst

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

GET https://auth.roblox.com/v1/passwords/validate

Endpoint for checking if a password is valid.