Add cached TOTP search (#77)
This commit is contained in:
@@ -1494,6 +1494,16 @@ impl MobileAuthentication {
|
||||
.map_err(Into::into)
|
||||
}
|
||||
|
||||
pub fn search_cached_totp_page(
|
||||
&self,
|
||||
query: String,
|
||||
) -> Result<Option<MobileTotpPage>, MobileAuthenticationFfiError> {
|
||||
self.authentication
|
||||
.search_cached_totp_page(&query)
|
||||
.map(|page| page.map(Into::into))
|
||||
.map_err(Into::into)
|
||||
}
|
||||
|
||||
pub fn totp_detail(
|
||||
&self,
|
||||
path: String,
|
||||
|
||||
Reference in New Issue
Block a user