Loading...
Searching...
No Matches
ctap_auth_data_header_t Struct Reference

CTAP authenticator data header struct. More...

Detailed Description

CTAP authenticator data header struct.

Defined for easier serialization

Definition at line 607 of file ctap.h.

#include <ctap.h>

Data Fields

uint8_t rp_id_hash [SHA256_DIGEST_LENGTH]
 hash of relying party id
 
uint8_t flags
 flags indicating result of user verification
 
uint32_t sign_count
 sign count of credential
 

Field Documentation

◆ flags

uint8_t ctap_auth_data_header_t::flags

flags indicating result of user verification

Definition at line 609 of file ctap.h.

◆ rp_id_hash

uint8_t ctap_auth_data_header_t::rp_id_hash[SHA256_DIGEST_LENGTH]

hash of relying party id

Definition at line 608 of file ctap.h.

◆ sign_count

uint32_t ctap_auth_data_header_t::sign_count

sign count of credential

Definition at line 610 of file ctap.h.


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