MySQL 8.0.40
Source Code Documentation
|
#include <string>
#include <vector>
#include "sql-common/json_dom.h"
#include "sql/auth/user_table.h"
#include "sql/mem_root_allocator.h"
#include "sql/sql_class.h"
#include "sql/table.h"
Go to the source code of this file.
Classes | |
class | I_multi_factor_auth |
An interface to access information about Multi factor authentication methods. More... | |
class | Multi_factor_auth_list |
class | Multi_factor_auth_info |
Typedefs | |
template<typename T > | |
using | my_vector = std::vector< T, Mem_root_allocator< T > > |
Enumerations | |
enum class | nthfactor { NONE = 1 , SECOND_FACTOR , THIRD_FACTOR } |
using my_vector = std::vector<T, Mem_root_allocator<T> > |
|
strong |