CTAP credential description struct. More...
CTAP credential description struct.
Webauthn specification (version 20190304) section 5.8.3
#include <ctap.h>
Data Fields | ||
| uint8_t | cred_type | |
| type of credential   | ||
| union { | ||
| uint8_t cred_id [CTAP_CREDENTIAL_ID_SIZE] | ||
| credential identifier  More... | ||
| uint8_t nonce [CTAP_AES_CCM_NONCE_SIZE] | ||
| CTAP AES CCM nonce.  More... | ||
| }; | ||
| bool | has_nonce | |
| Indicate if nonce or cred_id.   | ||
| uint8_t ctap_cred_desc::cred_id[CTAP_CREDENTIAL_ID_SIZE] | 
| uint8_t ctap_cred_desc::nonce[CTAP_AES_CCM_NONCE_SIZE] |