mongodb / v3.6 / reference / reference-command-authenticate.html

authenticate

authenticate

Clients use authenticate to authenticate a connection. When using the shell, use the db.auth() helper as follows:

db.auth( "username", "password" )

See

db.auth() and Security for more information.