PasswordHashOrder

When hashing passwords, whether the password should come before the salt or afterwards.

Enums
UNSPECIFIED_ORDER The order is not specified.
SALT_AND_PASSWORD The order is salt first, and then password.
PASSWORD_AND_SALT The order is password first, and then salt.