mongoc_oidc_callback_params_get_timeout()#

Synopsis#

const int64_t *
mongoc_oidc_callback_params_get_timeout (const mongoc_oidc_callback_params_t *params);

Return a value comparable with System Clock to determine when a timeout must occur.

A NULL (unset) return value means “infinite” timeout.

Parameters#

Returns#

A value comparable with System Clock, or NULL.

Lifecycle#

The pointed-to int64_t is only valid for the duration of the invocation of the OIDC callback function.