MySQL 9.1.0
Source Code Documentation
|
#include <event_tracking_authentication_service.h>
Public Attributes | |
mysql_service_status_t(* | notify )(const mysql_event_tracking_authentication_data *data) |
Process a authentication event. More... | |
A service to track and consume authentication events.
Producer of the event will broadcast notify all interested consumers of the event.
mysql_service_status_t(* s_mysql_event_tracking_authentication::notify) (const mysql_event_tracking_authentication_data *data) |
Process a authentication event.
[in] | common_handle | Handle for common event trackign data |
[in] | handle | Handle to retrieve additional data about event. It is guaranteed to be valid for the duration of the API. |
[in] | data | Event specific data |
false | Success |
true | Error |