MySQL 8.0.40
Source Code Documentation
|
#include <mysql.h>
Go to the source code of this file.
Functions | |
bool | user_device_registration (MYSQL *mysql, char *register_option, char *errmsg) |
This helper method is used to perform device registration against a user account. More... | |
bool user_device_registration | ( | MYSQL * | mysql, |
char * | register_option, | ||
char * | errmsg | ||
) |
This helper method is used to perform device registration against a user account.
Please refer How authentication_fido works? for more information.
mysql | mysql connection handle |
register_option | Comma separated list of values, which specifies which factor requires registration. Valid values are "2", "3", "2,3" or "3,2" |
errmsg | Buffer tol hold error message in case of error. |