ctap_get_assertion_req_t Struct Reference

CTAP get assertion request struct. More...

Detailed Description

CTAP get assertion request struct.

Definition at line 542 of file ctap.h.

#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
 

The documentation for this struct was generated from the following file: