AuthCredentials.hashAlgorithm

Algorithm used by the server to hash the concatenation of the password and the payload. The value should be sent in lower case without any separation symbol (for example md5 instead of MD5, sha256 instead of SHA-256). See Auth.hash for more details.

class AuthCredentials
string hashAlgorithm;

Meta