CTAP user entity struct. More...
#include <ctap.h>
Data Fields | |
uint8_t | id [CTAP_USER_ID_MAX_SIZE] |
RP-specific user account id. | |
uint8_t | id_len |
actual length of user id | |
uint8_t | name [CTAP_USER_MAX_NAME_SIZE] |
user name | |
uint8_t | display_name [CTAP_USER_MAX_NAME_SIZE] |
user display name | |
uint8_t | icon [CTAP_DOMAIN_NAME_MAX_SIZE] |
URL referencing user icon image. | |
uint8_t ctap_user_ent_t::display_name[CTAP_USER_MAX_NAME_SIZE] |
uint8_t ctap_user_ent_t::icon[CTAP_DOMAIN_NAME_MAX_SIZE] |
uint8_t ctap_user_ent_t::id[CTAP_USER_ID_MAX_SIZE] |
uint8_t ctap_user_ent_t::name[CTAP_USER_MAX_NAME_SIZE] |