Method: Mongo::Auth::Gssapi::Conversation#client_first_document
- Defined in:
- lib/mongo/auth/gssapi/conversation.rb
#client_first_document ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
66 67 68 69 |
# File 'lib/mongo/auth/gssapi/conversation.rb', line 66 def client_first_document start_token = authenticator.initialize_challenge START_MESSAGE.merge(mechanism: Gssapi::MECHANISM, payload: start_token) end |