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