ctap2-proto: Derive Debug, Eq, and Ord traits for authenticator::client_pin::Permission enum

main
Nick Zana 11 months ago
parent 408c4864da
commit 54028012a8

@ -108,7 +108,7 @@ pub enum Error {
/// > When obtaining a `pinUvAuthToken`, the platform requests permissions
/// > appropriate for the operations it intends to perform. Consequently, the
/// > `pinUvAuthToken` can only be used for those operations.
#[derive(Clone, Copy)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)]
pub enum Permission {
/// > This allows the `pinUvAuthToken` to be used for
/// > `authenticatorMakeCredential` operations with the provided `rpId`

Loading…
Cancel
Save