libmongo-client  0.1.9
 All Data Structures Functions Variables Enumerations Enumerator Modules Pages
Data Fields
auth_credentials Struct Reference

#include <libmongo-private.h>

Data Fields

gchar * db
 The database to authenticate against. More...
 
gchar * user
 The username to authenticate with. More...
 
gchar * pw
 The password to authenticate with. More...
 

Detailed Description

MongoDb Authentication Credentials object. These values are mlock()'ed.

Field Documentation

gchar* auth_credentials::db

The database to authenticate against.

gchar* auth_credentials::pw

The password to authenticate with.

gchar* auth_credentials::user

The username to authenticate with.