class Mongo::Auth::Gssapi
Defines behavior for Kerberos authentication.
@api private
Constants
- MECHANISM
-
The authentication mechanism string.
@since 2.0.0
Public Instance Methods
Source
# File lib/mongo/auth/gssapi.rb, line 31 def login converse_multi_step(connection, conversation) end
Log the user in on the current connection.
@return [ BSON::Document ] The document of the authentication response.