MySQL 8.4.0
Source Code Documentation
auth_factor_desc Struct Reference

#include <plugin_auth.h>

Public Attributes

const char * auth_string
 authentication string for 1st, 2nd and 3rd factor auth plugins More...
 
unsigned long auth_string_length
 Length of authentication string for 1st, 2nd and 3rd factor auth plugins. More...
 
unsigned int is_registration_required
 Flag which tells if connecting user has performed registration or not. More...
 

Member Data Documentation

◆ auth_string

const char* auth_factor_desc::auth_string

authentication string for 1st, 2nd and 3rd factor auth plugins

◆ auth_string_length

unsigned long auth_factor_desc::auth_string_length

Length of authentication string for 1st, 2nd and 3rd factor auth plugins.

◆ is_registration_required

unsigned int auth_factor_desc::is_registration_required

Flag which tells if connecting user has performed registration or not.


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