Scroll to navigation

MONGOC_OIDC_CALLBACK_PARAMS_GET_TIMEOUT(3) libmongoc MONGOC_OIDC_CALLBACK_PARAMS_GET_TIMEOUT(3)

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

params: a mongoc_oidc_callback_params_t.

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.

SEE ALSO:

  • mongoc_oidc_callback_params_t
  • mongoc_oidc_callback_t



AUTHOR

MongoDB, Inc

COPYRIGHT

2009-present, MongoDB, Inc.

August 14, 2025 2.1.0