mongoc_oidc_callback_params_get_user_data()

Synopsis

void *
mongoc_oidc_callback_params_get_user_data (const mongoc_oidc_callback_params_t *params);

Return the pointer to user data which was stored by an associated mongoc_oidc_callback_t object.

Parameters

Returns

A pointer to user data or NULL.

Lifecycle

The lifetime of the object pointed to by user_data is managed the user.