MySQL 8.0.40
Source Code Documentation
|
This class is used to perform registration step on client side. More...
#include <fido_registration.h>
Public Member Functions | |
bool | make_credentials (const char *challenge) |
Helper method to initiate registration process. More... | |
bool | make_challenge_response (unsigned char *&buf) |
Helper method to get challenge response. More... | |
Private Attributes | |
fido_make_cred | m_fido_make_cred |
This class is used to perform registration step on client side.
bool fido_registration::make_challenge_response | ( | unsigned char *& | buf | ) |
Helper method to get challenge response.
bool fido_registration::make_credentials | ( | const char * | challenge | ) |
Helper method to initiate registration process.
|
private |