Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions webauthn.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,11 @@ typedef struct _WEBAUTHN_CLIENT_DATA {
// This field is required and should be set to CURRENT_VERSION above.
DWORD dwVersion;

// NOTE: The reference to JSON are for historic reasons, since
// implementations are NOT supposed to parse this data in any way.
// The data simply hashed using the specified algorithm ID resulting
// in the FIDO "clientDataHash" input field.

// Size of the pbClientDataJSON field.
DWORD cbClientDataJSON;
// UTF-8 encoded JSON serialization of the client data.
Expand Down