ctap_make_credential_req_t Struct Reference

CTAP make credential request struct. More...

Detailed Description

CTAP make credential request struct.

Definition at line 524 of file ctap.h.

#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
 

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