Get the hash key for the user.
Get the hash key.
user.hash
Returns:
The user hash key.
Since:
2.0.0
110 111 112
# File 'lib/mongo/auth/user.rb', line 110 def hash [ name, database, password ].hash end