Struct ctap_types::ctap2::get_assertion::Response
source · #[non_exhaustive]pub struct Response {
pub credential: PublicKeyCredentialDescriptor,
pub auth_data: Bytes<AUTHENTICATOR_DATA_LENGTH>,
pub signature: Bytes<ASN1_SIGNATURE_LENGTH>,
pub user: Option<PublicKeyCredentialUserEntity>,
pub number_of_credentials: Option<u32>,
pub user_selected: Option<bool>,
pub large_blob_key: Option<ByteArray<32>>,
pub unsigned_extension_outputs: Option<UnsignedExtensionOutputs>,
pub ep_att: Option<bool>,
pub att_stmt: Option<AttestationStatement>,
}Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.credential: PublicKeyCredentialDescriptor§auth_data: Bytes<AUTHENTICATOR_DATA_LENGTH>§signature: Bytes<ASN1_SIGNATURE_LENGTH>§user: Option<PublicKeyCredentialUserEntity>§number_of_credentials: Option<u32>§user_selected: Option<bool>§large_blob_key: Option<ByteArray<32>>A key that can be used to encrypt and decrypt large blob data. See https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-getAssert-authnr-alg
unsigned_extension_outputs: Option<UnsignedExtensionOutputs>§ep_att: Option<bool>§att_stmt: Option<AttestationStatement>Trait Implementations§
impl Eq for Response
impl StructuralPartialEq for Response
Auto Trait Implementations§
impl Freeze for Response
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)