1MONGOC_URI_GET_USERNAME(3) MongoDB C Driver MONGOC_URI_GET_USERNAME(3)
2
3
4
6 mongoc_uri_get_username - mongoc_uri_get_username()
7
9 const char *
10 mongoc_uri_get_username (const mongoc_uri_t *uri);
11
13 ยท uri: A mongoc_uri_t.
14
16 Fetches the username portion of a URI.
17
19 Returns a string which should not be modified or freed if uri has a
20 username provided, otherwise NULL.
21
23 MongoDB, Inc
24
26 2017-present, MongoDB, Inc
27
28
29
30
311.15.2 Nov 06, 2019 MONGOC_URI_GET_USERNAME(3)