Handbook
Glossary
authenticate-connection ( mdb-connection -- )
Vocabulary
mongodb
.
connection
.
private
Inputs
mdb-connection
an
object
Outputs
None
Definition
USING:
accessors
kernel
mongodb.connection
namespaces
;
IN:
mongodb.connection.private
:
authenticate-connection
( mdb-connection -- )
[
mdb-connection
get
instance>>
auth?
[
perform-authentication
]
when
]
with-connection
;
inline