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.
August 14, 2025 | 2.1.0 |