Tizen Native API
8.0
|
__wauthn_mc_callbacks Struct Reference
Public Attributes | |
wauthn_display_qrcode_cb | qrcode_callback |
wauthn_mc_on_response_cb | response_callback |
wauthn_update_linked_data_cb | linked_data_callback |
void * | user_data |
Detailed Description
The structure for callback function list used to make credential.
- Since :
- 7.0
Member Data Documentation
Callback function for getting the updated linked device data
Callback function for displaying QR code
Callback function for getting the final response
User data to be passed to qrcode_callback, response_callback and linked_data_callback