Structureswift-mongodb 0.29.3SCRAM
Nonce
SCRAM.Nonce.swift:4@frozen struct Nonce@frozen struct Nonceimport SCRAMenum SCRAMA namespace for SCRAM-related types.
@frozen struct Attribute@frozen struct Challengeenum ChallengeError@frozen struct ClientResponse<Hash> where Hash : MessageAuthenticationHashA client’s response to a SCRAM challenge, authenticating the client.
@frozen struct Message@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 EquatableA type that can be compared for value equality.
protocol Escapableprotocol Hashable : EquatableA type that can be hashed into a Hasher to produce an integer hash value.
protocol Sendableinit(_ string: String) var description: String { get }let string: Stringstatic func != (lhs: Self, rhs: Self) -> Bool Returns a Boolean value indicating whether two values are not equal.