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