From 9d46ecf75bc3eb4d9e4ad42e66dda5da207bf2d3 Mon Sep 17 00:00:00 2001 From: Nick Zana Date: Wed, 17 May 2023 23:12:02 -0400 Subject: [PATCH] ctap2-proto: Add attestation_statement field to credential::make::Response --- crates/ctap2-proto/src/authenticator/credential/make.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/ctap2-proto/src/authenticator/credential/make.rs b/crates/ctap2-proto/src/authenticator/credential/make.rs index 9d96ee6..7e3ed5d 100644 --- a/crates/ctap2-proto/src/authenticator/credential/make.rs +++ b/crates/ctap2-proto/src/authenticator/credential/make.rs @@ -113,6 +113,7 @@ pub struct Request<'a> { pub struct Response { pub format: fido_common::attestation::FormatIdentifier, pub authenticator_data: authenticator::Data, + pub attestation_statement: Option, /// > Indicates whether an enterprise attestation was returned for this /// > credential. If `epAtt` is absent or present and set to false, then an /// > enterprise attestation was not returned. If `epAtt` is present and set