MySQL 9.0.0
Source Code Documentation
auth_plugin_t Struct Reference

#include <client_plugin.h>

Public Attributes

MYSQL_CLIENT_PLUGIN_HEADER int(* authenticate_user )(MYSQL_PLUGIN_VIO *vio, struct MYSQL *mysql)
 
enum net_async_status(* authenticate_user_nonblocking )(MYSQL_PLUGIN_VIO *vio, struct MYSQL *mysql, int *result)
 

Member Data Documentation

◆ authenticate_user

MYSQL_CLIENT_PLUGIN_HEADER int(* auth_plugin_t::authenticate_user) (MYSQL_PLUGIN_VIO *vio, struct MYSQL *mysql)

◆ authenticate_user_nonblocking

enum net_async_status(* auth_plugin_t::authenticate_user_nonblocking) (MYSQL_PLUGIN_VIO *vio, struct MYSQL *mysql, int *result)

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