MySQL 8.4.0
Source Code Documentation
event_tracking_authentication_service.h File Reference

Authentication event tracking. More...

Go to the source code of this file.

Classes

struct  s_mysql_event_tracking_authentication
  More...
 
struct  s_mysql_event_tracking_authentication_information
  More...
 
struct  s_mysql_event_tracking_authentication_method
  More...
 

Typedefs

typedef struct event_tracking_authentication_information_handle_imp * event_tracking_authentication_information_handle
 A handle to obtain details related to authentication event. More...
 
typedef struct event_tracking_authentication_method_handle_imp * event_tracking_authentication_method_handle
 A handle to obtain details related to authentication method. More...
 
typedef struct s_mysql_event_tracking_authentication mysql_service_event_tracking_authentication_t
  More...
 
typedef struct s_mysql_event_tracking_authentication_information mysql_service_event_tracking_authentication_information_t
  More...
 
typedef struct s_mysql_event_tracking_authentication_method mysql_service_event_tracking_authentication_method_t
  More...
 

Detailed Description

Authentication event tracking.

See also
EVENT_TRACKING_AUTHENTICATION_CONSUMER_EXAMPLE

Typedef Documentation

◆ event_tracking_authentication_information_handle

typedef struct event_tracking_authentication_information_handle_imp* event_tracking_authentication_information_handle

A handle to obtain details related to authentication event.

◆ event_tracking_authentication_method_handle

typedef struct event_tracking_authentication_method_handle_imp* event_tracking_authentication_method_handle

A handle to obtain details related to authentication method.