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

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:

Author

MongoDB, Inc

Info

Mar 04, 2026 2.2.3 libmongoc