ctap2-proto: Add unsigned_extension_outputs to make::Response

dev
Nick Zana 1 year ago
parent 5f87584176
commit 04b37d73a4
No known key found for this signature in database
GPG Key ID: 936524EE913D6538

@ -91,4 +91,7 @@ pub struct Response {
/// > Contains the `largeBlobKey` for the credential, if requested with the
/// > `largeBlobKey` extension.
pub large_blob_key: Option<Vec<u8>>,
/// > A map, keyed by extension identifiers, to unsigned outputs of
/// > extensions, if any.
pub unsigned_extension_outputs: Option<HashMap<extension::Identifier, Vec<u8>>>,
}

Loading…
Cancel
Save