1MONGOC_URI_GET_AUTH_SOURCE(3) libmongoc MONGOC_URI_GET_AUTH_SOURCE(3)
2
3
4
6 mongoc_uri_get_auth_source - mongoc_uri_get_auth_source()
7
9 const char *
10 mongoc_uri_get_auth_source (const mongoc_uri_t *uri);
11
13 • uri: A mongoc_uri_t.
14
16 Fetches the authSource parameter of an URI if provided.
17
19 A string which should not be modified or freed if the authSource param‐
20 eter is provided, otherwise NULL.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.20.0 Nov 18, 2021 MONGOC_URI_GET_AUTH_SOURCE(3)