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 | |