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 26
def login
  converse_2_step(connection, conversation)
end