Tizen Native API
8.0
|
__wauthn_authenticator_attestation_response Struct Reference
Detailed Description
The structure for response of wauthn_make_credential().
- Since :
- 7.0
- Remarks:
- Refer to the following W3C specification for more information. https://www.w3.org/TR/webauthn-3/#authenticatorattestationresponse
Member Data Documentation
The CBOR encoded Attestation Object to be returned to the RP
The authenticator data contained within attestation_object. For more information, refer to https://www.w3.org/TR/webauthn-3/#sctn-authenticator-data
JSON-compatible serialization of client data
The COSEAlgorithmIdentifier of the new credential.
DER SubjectPublicKeyInfo of the new credential, or null if this is not available. For more information, refer to https://datatracker.ietf.org/doc/html/rfc5280#section-4.1.2.7
To represent multiple transports, wauthn_authenticator_transport_e can be ORed multiple times