mongoc_oidc_credential_get_expires_in - Man Page
Synopsis
const int64_t * mongoc_oidc_credential_get_expires_in (const mongoc_oidc_credential_t *cred);
Return the optional expiry duration (in milliseconds) for the access token stored in mongoc_oidc_credential_t <>.
Important:
An unset value is interpreted as an infinite expiry duration.
Parameters
- cred: a mongoc_oidc_credential_t <>.
Returns
The expiry duration (in milliseconds), or NULL when unset.
Lifecycle
The pointed-to int64_t is only valid for the lifetime of the mongoc_oidc_credential_t <> object.
See also:
- mongoc_oidc_credential_t <>
- mongoc_oidc_credential_new_with_expires_in() <>
- mongoc_oidc_callback_fn_t <>
Author
MongoDB, Inc
Copyright
2009-present, MongoDB, Inc.
Info
Mar 04, 2026 2.2.3 libmongoc