1MONGOC_URI_SET_USERNAME(3)         libmongoc        MONGOC_URI_SET_USERNAME(3)
2
3
4

NAME

6       mongoc_uri_set_username - mongoc_uri_set_username()
7

SYNOPSIS

9          bool
10          mongoc_uri_set_username (mongoc_uri_t *uri, const char *username);
11

PARAMETERS

13       · uri: A mongoc_uri_t.
14
15       · username: The new username.
16

DESCRIPTION

18       Sets  the  URI's username, after the URI has been parsed from a string.
19       The driver authenticates with this username if  the  password  is  also
20       set.
21

RETURNS

23       Returns  false  if the option cannot be set, for example if username is
24       not valid UTF-8.
25

AUTHOR

27       MongoDB, Inc
28
30       2017-present, MongoDB, Inc
31
32
33
34
351.16.2                           Feb 25, 2020       MONGOC_URI_SET_USERNAME(3)
Impressum