Tizen Native API  8.0
__wauthn_authenticator_assertion_response Struct Reference

Public Attributes

wauthn_const_buffer_sclient_data_json
wauthn_const_buffer_sauthenticator_data
wauthn_const_buffer_ssignature
wauthn_const_buffer_suser_handle
wauthn_const_buffer_sattestation_object

Detailed Description

The structure for response of wauthn_get_assertion().

Since :
7.0
Remarks:
Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#authenticatorassertionresponse
See also:
wauthn_get_assertion()
wauthn_pubkey_credential_assertion_s

Member Data Documentation

This OPTIONAL attribute contains an attestation object, if the authenticator supports attestation in assertions.

The authenticator data contained within attestation_object. For more information, refer to https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data .

The raw signature returned from the authenticator. For more information, refer to https://www.w3.org/TR/webauthn-3/#sctn-op-get-assertion .

The user handle returned from the authenticator, or null if the authenticator did not return a user handle