Method: Mongo::Auth::User#auth_mech_properties

Defined in:
lib/mongo/auth/user.rb

#auth_mech_propertiesHash (readonly)

Returns The authentication mechanism properties.

Returns:

  • (Hash)

    The authentication mechanism properties.

Since:

  • 2.0.0



37
38
39
# File 'lib/mongo/auth/user.rb', line 37

def auth_mech_properties
  @auth_mech_properties
end