Skip to content

Commit e1d34b1

Browse files
committed
Export the Assertion struct
1 parent 62616f3 commit e1d34b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pub use ctap2::attestation::AttestationObject;
4444
pub use ctap2::client_data::{CollectedClientData, CollectedClientDataWrapper};
4545
pub use ctap2::commands::client_pin::{Pin, PinError};
4646
pub use ctap2::AssertionObject;
47+
pub use ctap2::commands::get_assertion::Assertion;
4748

4849
mod ctap2_capi;
4950
pub use crate::ctap2_capi::*;

0 commit comments

Comments
 (0)