Instance Propertyswift-mongodb 0.29.3MongoConfiguration->Mongo
userinfo
Mongo.URI.Authority.swift:13let userinfo: Login.Userinfo
let userinfo: Login.Userinfo
s5MongoAAO0A13ConfigurationE3URIO9AuthorityV8userinfo8UserinfoQzvp
What are these?4V8Z4
import Mongo
A single-type module that declares the Mongo
namespace.
import MongoConfiguration
@frozen struct Authority<Login> where Login : Mongo.LoginMode
The first two significant components of a connection string URI. It contains login credentials (which may be empty), and a list of domains. To append a path component to it, use the /(_:_:)
operator, which returns a Location
.
enum Mongo
enum URI
A namespace for the connection string builder API.
associatedtype Userinfo : Sendable
init(userinfo: Login.Userinfo, domains: Mongo.SeedingMethod)
let domains: Mongo.SeedingMethod