class Mongo::Auth::Aws
Constants
- Credentials
-
The AWS credential set.
@api private
- MECHANISM
Public Instance Methods
Source
# File lib/mongo/auth/aws.rb, line 23 def login converse_2_step(connection, conversation) end
Log the user in on the current connection.
@return [ BSON::Document ] The document of the authentication response.