Structureswift-mongodb 0.29.3SCRAM
Message
SCRAM.Message.swift:6@frozen struct Message
@frozen struct Message
import SCRAM
enum SCRAM
A namespace for SCRAM-related types.
@frozen struct Attribute
@frozen struct Challenge
enum ChallengeError
@frozen struct ClientResponse<Hash> where Hash : MessageAuthenticationHash
A client’s response to a SCRAM challenge, authenticating the client.
@frozen struct Nonce
@frozen struct ServerResponse
A server’s response to a client’s response to its SCRAM challenge, authenticating the server.
struct ServerResponseError
@frozen struct Start
A special type of SCRAM message sent by the client to initiate authentication.
protocol Copyable
A type whose values can be implicitly or explicitly copied.
protocol CustomStringConvertible
A type with a customized textual representation.
protocol Escapable
protocol Sendable
init(_ string: String)
init(base64: some Sequence<UInt8>)
var base64: String { get }
var description: String { get }
let string: String