table of contents
| MONGOC_OIDC_CREDENTIAL_NEW(3) | libmongoc | MONGOC_OIDC_CREDENTIAL_NEW(3) | 
SYNOPSIS¶
mongoc_oidc_credential_t * mongoc_oidc_credential_new (const char *access_token)
Create a new mongoc_oidc_credential_t object which stores a copy of the provided OIDC access token with an infinite expiry duration.
To set a finite expiry duration, use mongoc_oidc_credential_new_with_expires_in().
WARNING:
access_token is NOT directly validated by the
  driver.
PARAMETERS¶
- •
 - access_token: an OIDC access token. Must not be NULL.
 
RETURNS¶
A new mongoc_oidc_credential_t that must be freed with mongoc_oidc_credential_destroy(), or NULL when an invalid argument was given.
SEE ALSO:
- •
 - mongoc_oidc_credential_t
 
AUTHOR¶
MongoDB, Inc
COPYRIGHT¶
2009-present, MongoDB, Inc.
| August 14, 2025 | 2.1.0 |