MySQL 8.0.37
Source Code Documentation
fido_registration Class Reference

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
 

Detailed Description

This class is used to perform registration step on client side.

Member Function Documentation

◆ make_challenge_response()

bool fido_registration::make_challenge_response ( unsigned char *&  buf)

Helper method to get challenge response.

◆ make_credentials()

bool fido_registration::make_credentials ( const char *  challenge)

Helper method to initiate registration process.

Member Data Documentation

◆ m_fido_make_cred

fido_make_cred fido_registration::m_fido_make_cred
private

The documentation for this class was generated from the following files: