class Mongo::Auth::Gssapi

Defines behavior for Kerberos authentication.

@api private

Constants

MECHANISM

The authentication mechanism string.

@since 2.0.0

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/gssapi.rb, line 33
def login
  converse_multi_step(connection, conversation)
end