table of contents
| MONGOC_OIDC_CALLBACK_PARAMS_CANCEL_WITH_TIMEOUT(3) | libmongoc | MONGOC_OIDC_CALLBACK_PARAMS_CANCEL_WITH_TIMEOUT(3) |
SYNOPSIS¶
mongoc_oidc_credential_t * mongoc_oidc_callback_params_cancel_with_timeout (mongoc_oidc_callback_params_t *params);
Set the out parameter indicating cancellation of the callback function due to a timeout instead of an error.
Note:
If the callback function returns a not-null value, the
value of this out parameter is ignored.
PARAMETERS¶
- •
- params: a mongoc_oidc_callback_params_t <>.
RETURNS¶
NULL.
See also:
- mongoc_oidc_callback_params_t <>
- mongoc_oidc_callback_t <>
Author¶
MongoDB, Inc
Copyright¶
2009-present, MongoDB, Inc.
| November 26, 2025 | 2.2.0 |