Tizen Native API  8.0
__wauthn_ga_callbacks Struct Reference

Public Attributes

wauthn_display_qrcode_cb qrcode_callback
wauthn_ga_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 get assertion.

Since :
7.0
See also:
wauthn_get_assertion()
wauthn_display_qrcode_cb()
wauthn_ga_on_response_cb()

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