pub trait KeyringExt<R: Runtime> {
// Required method
fn keyring(&self) -> &KeyringPlugin;
}Expand description
Access managed KeyringPlugin state from tauri::App, tauri::AppHandle, or tauri::WebviewWindow.
Registered by init or Builder::build.
Required Methods§
Sourcefn keyring(&self) -> &KeyringPlugin
fn keyring(&self) -> &KeyringPlugin
Returns the shared plugin state (store + session registry).