1MONGOC_URI_GET_AUTH_MECHANISM(3)MongoDB C DriverMONGOC_URI_GET_AUTH_MECHANISM(3)
23
4
NAME
6mongoc_uri_get_auth_mechanism - mongoc_uri_get_auth_mechanism()
7
SYNOPSIS
9const char *
10mongoc_uri_get_auth_mechanism (const mongoc_uri_t *uri);
11
PARAMETERS
13ยท uri: A mongoc_uri_t.
14
DESCRIPTION
16Fetches the authMechanism parameter to an URI if provided.
17
RETURNS
19A 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_AUTH_MECHANISM(3)