Class: Mongo::Auth::Aws
- Defined in:
- lib/mongo/auth/aws.rb,
lib/mongo/auth/aws/request.rb,
lib/mongo/auth/aws/conversation.rb,
lib/mongo/auth/aws/credentials_retriever.rb
Overview
Defined Under Namespace
Classes: Conversation, Credentials, CredentialsRetriever, Request
Constant Summary collapse
- MECHANISM =
'MONGODB-AWS'.freeze
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#login ⇒ BSON::Document
Log the user in on the current connection.
Methods inherited from Base
Constructor Details
This class inherits a constructor from Mongo::Auth::Base
Instance Method Details
#login ⇒ BSON::Document
Log the user in on the current connection.
23 24 25 |
# File 'lib/mongo/auth/aws.rb', line 23 def login converse_2_step(connection, conversation) end |