1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 20:04:02 +00:00

Remove unused public methods

This commit is contained in:
Isaiah Inuwa
2026-02-20 08:18:27 -06:00
parent b58912459b
commit e93c9e2542

View File

@@ -339,16 +339,6 @@ impl WebAuthnPlugin {
}
}
}
/// Retrieve the public key used to sign operation requests.
pub fn operation_signing_public_key(&self) -> Result<VerifyingKey, WinWebAuthnError> {
crypto::get_operation_signing_public_key(&self.clsid.0)
}
/// Retrieve the public key used to sign user verification responses.
pub fn user_verification_public_key(&self) -> Result<VerifyingKey, WinWebAuthnError> {
crypto::get_user_verification_public_key(&self.clsid.0)
}
}
pub trait PluginAuthenticator {
/// Process a request to create a new credential.