| MONGOC_OIDC_CREDENTIAL_GET_ACCESS_TOKEN(3) | libmongoc | MONGOC_OIDC_CREDENTIAL_GET_ACCESS_TOKEN(3) |
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.
| November 26, 2025 | 2.2.0 |