CTAP get assertion request struct. More...
#include <ctap.h>
Data Fields | |
ctap_options_t | options |
parameters to influence authenticator operation | |
ctap_cred_desc_alt_t | allow_list [CTAP_MAX_EXCLUDE_LIST_SIZE] |
allow list | |
uint8_t | client_data_hash [SHA256_DIGEST_LENGTH] |
SHA-256 hash of JSON serialized client data. | |
uint8_t | rp_id [CTAP_DOMAIN_NAME_MAX_SIZE+1] |
Relying Party Identifier. | |
uint8_t | rp_id_len |
Actual Length of Relying Party Identifier. | |
uint8_t | allow_list_len |
length of CBOR allow list array | |
uint8_t | pin_auth [CTAP_PIN_AUTH_SZ] |
pin_auth if PIN is set | |
size_t | pin_auth_len |
pin_auth length | |
uint8_t | pin_protocol |
PIN protocol version. | |
bool | pin_auth_present |
indicate if pin_auth present | |
ctap_cred_desc_alt_t ctap_get_assertion_req_t::allow_list[CTAP_MAX_EXCLUDE_LIST_SIZE] |
uint8_t ctap_get_assertion_req_t::allow_list_len |
uint8_t ctap_get_assertion_req_t::client_data_hash[SHA256_DIGEST_LENGTH] |
ctap_options_t ctap_get_assertion_req_t::options |
uint8_t ctap_get_assertion_req_t::pin_auth[CTAP_PIN_AUTH_SZ] |
size_t ctap_get_assertion_req_t::pin_auth_len |
bool ctap_get_assertion_req_t::pin_auth_present |
uint8_t ctap_get_assertion_req_t::pin_protocol |
uint8_t ctap_get_assertion_req_t::rp_id[CTAP_DOMAIN_NAME_MAX_SIZE+1] |
uint8_t ctap_get_assertion_req_t::rp_id_len |