Variable postPasswordsValidateConst

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

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

Endpoint for checking if a password is valid.

The Roblox.Authentication.Api.Models.PasswordValidationModel.