MySQL 8.4.0
Source Code Documentation
s_mysql_event_tracking_authentication_method Struct Reference

More...

#include <event_tracking_authentication_service.h>

Public Attributes

mysql_service_status_t(* get )(event_tracking_authentication_method_handle handle, unsigned int index, const char *name, void *value)
 Get information about authentication method. More...
 

Detailed Description

A service to fetch additional data about authentication method

Member Data Documentation

◆ get

mysql_service_status_t(* s_mysql_event_tracking_authentication_method::get) (event_tracking_authentication_method_handle handle, unsigned int index, const char *name, void *value)

Get information about authentication method.

Accepted names and corresponding value type

"name" -> mysql_cstring_with_length *

Parameters
[in]handleHandle to authentication method structure Valid until
See also
event_tracking_authentication_information_handle_imp is valid
Parameters
[in]indexLocation
[in]nameData identifier
[out]valueData value
Returns
status of the operation
Return values
falseSuccess
trueError

The documentation for this struct was generated from the following file: