CTAP make credential request struct. More...
#include <ctap.h>
Data Fields | |
ctap_cred_desc_alt_t | exclude_list [CTAP_MAX_EXCLUDE_LIST_SIZE] |
exclude list | |
size_t | exclude_list_len |
length of CBOR exclude list array | |
ctap_rp_ent_t | rp |
relying party | |
ctap_user_ent_t | user |
user | |
ctap_options_t | options |
parameters to influence authenticator operation | |
uint8_t | client_data_hash [SHA256_DIGEST_LENGTH] |
SHA-256 hash of JSON serialized client data. | |
uint8_t | pin_auth [CTAP_PIN_AUTH_SZ] |
pin_auth if PIN is set | |
size_t | pin_auth_len |
pin_auth len | |
int32_t | alg_type |
cryptographic algorithm identifier | |
bool | pin_auth_present |
pin_auth present | |
uint8_t | pin_protocol |
PIN protocol version. | |
uint8_t | cred_type |
type of credential | |
int32_t ctap_make_credential_req_t::alg_type |
uint8_t ctap_make_credential_req_t::client_data_hash[SHA256_DIGEST_LENGTH] |
uint8_t ctap_make_credential_req_t::cred_type |
ctap_cred_desc_alt_t ctap_make_credential_req_t::exclude_list[CTAP_MAX_EXCLUDE_LIST_SIZE] |
size_t ctap_make_credential_req_t::exclude_list_len |
ctap_options_t ctap_make_credential_req_t::options |
uint8_t ctap_make_credential_req_t::pin_auth[CTAP_PIN_AUTH_SZ] |
bool ctap_make_credential_req_t::pin_auth_present |
uint8_t ctap_make_credential_req_t::pin_protocol |
ctap_rp_ent_t ctap_make_credential_req_t::rp |
ctap_user_ent_t ctap_make_credential_req_t::user |