Enum ctap_types::ctap2::Operation
source · [−]pub enum Operation {
Show 14 variants
MakeCredential,
GetAssertion,
GetNextAssertion,
GetInfo,
ClientPin,
Reset,
BioEnrollment,
CredentialManagement,
Selection,
LargeBlobs,
Config,
PreviewBioEnrollment,
PreviewCredentialManagement,
Vendor(VendorOperation),
}Expand description
the authenticator API, consisting of “operations”
Variants
MakeCredential
GetAssertion
GetNextAssertion
GetInfo
ClientPin
Reset
BioEnrollment
CredentialManagement
Selection
LargeBlobs
Config
PreviewBioEnrollment
PreviewCredentialManagement
Vendor(VendorOperation)
vendors are assigned the range 0x40..=0x7f for custom operations
Implementations
Trait Implementations
impl Copy for Operation
impl Eq for Operation
impl StructuralEq for Operation
impl StructuralPartialEq for Operation
Auto Trait Implementations
impl RefUnwindSafe for Operation
impl Send for Operation
impl Sync for Operation
impl Unpin for Operation
impl UnwindSafe for Operation
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more