require_valid_auth_flags

Checks that all flags values passed are composed of letters and/or underscores.

Throws "INVALID FLAGS" if any flag does not match /[a-z_A-Z]+/