mongoc_oidc_credential_get_access_token - Man Page
Synopsis
const char * mongoc_oidc_credential_get_access_token (const mongoc_oidc_credential_t *cred);
Return the access token stored in the mongoc_oidc_credential_t <> object.
Parameters
- cred: a mongoc_oidc_credential_t <>.
Returns
A string which must not be modified or freed.
Lifecycle
The string is only valid for the lifetime of the mongoc_oidc_credential_t <> object.
See also:
- mongoc_oidc_credential_t <>
- mongoc_oidc_callback_fn_t <>
- mongoc_oidc_credential_new() <>
- mongoc_oidc_credential_new_with_expires_in() <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Mar 04, 2026 2.2.3 libmongoc