mongoc_oidc_callback_params_cancel_with_timeout()¶
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
.