Skip to content

Commit

Permalink
Add enterprise_attestation to make_credential::Request
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-nitrokey committed Feb 28, 2024
1 parent f0db7ac commit 7b6243a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ctap2/make_credential.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ pub struct Request<'a> {
pub pin_auth: Option<&'a serde_bytes::Bytes>,
#[serde(skip_serializing_if = "Option::is_none")]
pub pin_protocol: Option<u32>,
#[serde(skip_serializing_if = "Option::is_none")]
pub enterprise_attestation: Option<u32>,
}

// It would be logical to call this Reponse :)
Expand Down

0 comments on commit 7b6243a

Please sign in to comment.