mongoc_oidc_credential_get_expires_in()#
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.