Enumerationswift-mongodb 0.29.3SCRAM
ChallengeError
SCRAM.ChallengeError.swift:4enum ChallengeErrorenum ChallengeErrorimport SCRAMenum SCRAMA namespace for SCRAM-related types.
case attribute(missing: Attribute)case nonce(Nonce, sent: Nonce)@frozen struct Attribute@frozen struct Challenge@frozen struct ClientResponse<Hash> where Hash : MessageAuthenticationHashA client’s response to a SCRAM challenge, authenticating the client.
@frozen struct Message@frozen struct Nonce@frozen struct ServerResponseA server’s response to a client’s response to its SCRAM challenge, authenticating the server.
struct ServerResponseError@frozen struct StartA special type of SCRAM message sent by the client to initiate authentication.
protocol CopyableA type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertibleA type with a customized textual representation.
protocol Error : SendableA type representing an error value that can be thrown.
protocol Escapableprotocol Sendablevar description: String { get }