1MONGOC_URI_GET_USERNAME(3) MongoDB C Driver MONGOC_URI_GET_USERNAME(3)
23
4
NAME
6mongoc_uri_get_username - mongoc_uri_get_username()
7
SYNOPSIS
9const char *
10mongoc_uri_get_username (const mongoc_uri_t *uri);
11
PARAMETERS
13ยท uri: A mongoc_uri_t.
14
DESCRIPTION
16Fetches the username portion of a URI.
17
RETURNS
19Returns a string which should not be modified or freed.
20
AUTHOR
22MongoDB, Inc
23
COPYRIGHT
252017-present, MongoDB, Inc
2627
28
29
30
1.14.0 Feb 22, 2019 MONGOC_URI_GET_USERNAME(3)