Static Propertyswift-mongodb 0.29.3SCRAM
iterations
Iteration count ('s'
).
static let iterations: Self
Iteration count ('s'
).
static let iterations: Self
import SCRAM
@frozen struct Attribute
enum SCRAM
A namespace for SCRAM-related types.
init(rawValue: Unicode.Scalar)
static let authorization: Self
Authorization identity ('a'
).
static let channel: Self
GS2 header and channel binding data ('c'
).
static let error: Self
Error ('e'
).
static let mandatoryExtension: Self
Mandatory extension ('m'
).
static let name: Self
Name ('n'
).
static let proof: Self
Client proof ('p'
).
static let random: Self
Random nonce ('r'
).
static let salt: Self
Salt ('s'
).
static let verification: Self
Server verification signature ('v'
).
var description: String { get }
let rawValue: Unicode.Scalar