# File lib/mongo/auth/user.rb, line 82 def auth_key(nonce) Digest::MD5.hexdigest("#{nonce}#{name}#{hashed_password}") end