typedef enum {
FIDO_AUTH_MATCH_PROT_TYPE_SOFTWARE = 0x01, /**< Authenticator's matcher is running in software. */
FIDO_AUTH_MATCH_PROT_TYPE_TEE = 0x02, /**< Authenticator's matcher is running inside the Trusted Execution Environment. */
- FIDO_AUTH_MATCH_PROT_TYPE_ON_CHIP = 0x04 /**< Aauthenticator's matcher is running on the chip. */
+ FIDO_AUTH_MATCH_PROT_TYPE_ON_CHIP = 0x04 /**< Authenticator's matcher is running on the chip. */
} fido_auth_matcher_protection_type_e;
/**
- * @brief Authenticator's supproted method to communicate to FIDO user device.
+ * @brief Authenticator's supported method to communicate to FIDO user device.
* @remarks Refer to FIDO UAF Registry document for more details.
* @since_tizen 3.0
*/
* wireless means. */
FIDO_AUTH_ATTACH_HINT_NFC = 0x10, /**< Authenticator is able to communicate by NFC to the FIDO User Device. */
FIDO_AUTH_ATTACH_HINT_BT = 0x20, /**< Authenticator is able to communicate by Bluetooth to the FIDO User Device. */
- FIDO_AUTH_ATTACH_HINT_NW = 0x40, /**< Authenticator is connected to the FIDO User Device ver a non-exclusive network
+ FIDO_AUTH_ATTACH_HINT_NW = 0x40, /**< Authenticator is connected to the FIDO User Device over a non-exclusive network
* (e.g. over a TCP/IP LAN or WAN, as opposed to a PAN or point-to-point connection).
*/
FIDO_AUTH_ATTACH_HINT_READY = 0x80, /**< The external authenticator is in a "ready" state. */
} fido_auth_tc_display_type_e;
/**
- * @brief The FIDO Server response for successfull interaction.
+ * @brief The FIDO Server response for successful interaction.
* @since_tizen 3.0
*/
#define FIDO_SERVER_STATUS_CODE_OK 1200