object ScramSha1Initiate extends BSONCommandResultMaker[ScramChallenge[ScramSha1Authentication.type]] with Serializable
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.4) Internal: will be made private
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScramSha1Initiate
- Serializable
- BSONCommandResultMaker
- CommandResultMaker
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(bson: BSONDocument): Either[CommandError, ScramChallenge[ScramSha1Authentication.type]]
Deserializes the given document into an instance of Result.
Deserializes the given document into an instance of Result.
- Definition Classes
- ScramSha1Initiate → BSONCommandResultMaker → CommandResultMaker
- final def apply(response: Response): Either[CommandError, ScramChallenge[ScramSha1Authentication.type]]
Deserializes the given response into an instance of Result.
Deserializes the given response into an instance of Result.
- Definition Classes
- BSONCommandResultMaker → CommandResultMaker
- def parseResponse(response: Response): Either[CommandError, ScramChallenge[ScramSha1Authentication.type]]
- def randomPrefix(seed: Int): String
- Annotations
- @inline()