Class: Mongo::Auth::Scram256 Private
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Namespace Children | |
|
Classes:
| |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
|
|
|
Instance Chain:
|
|
| Inherits: |
Mongo::Auth::Scram
|
| Defined in: | lib/mongo/auth/scram256.rb, lib/mongo/auth/scram256/conversation.rb |
Overview
Defines behavior for SCRAM-SHA-256 authentication.
The purpose of this class is to provide the namespace for the Conversation class.
Constant Summary
-
MECHANISM =
# File 'lib/mongo/auth/scram256.rb', line 29
The authentication mechanism string.
'SCRAM-SHA-256'.freeze
Scram - Inherited
Class Method Summary
Instance Attribute Summary
Instance Method Summary
Scram - Inherited
| #conversation, | |
| #login | Log the user in on the current connection. |
Base - Inherited
| #conversation, | |
| #converse_1_step | Performs a single-step conversation on the given connection. |
| #converse_2_step | Performs a two-step conversation on the given connection. |
| #converse_multi_step | Performs the variable-length SASL conversation on the given connection. |
| #dispatch_msg, | |
| #validate_reply! | Checks whether reply is successful (i.e. |