Implement TUI authentication and inactivity relock
This commit is contained in:
@@ -518,6 +518,8 @@ impl<B: SecretStoreBackend, C: AuthenticationClock> Shared<B, C> {
|
||||
|
||||
pub type NativeAuthenticationSession =
|
||||
AuthenticationSession<NativeSecretBackend, SystemAuthenticationClock>;
|
||||
pub type NativeAuthenticationHandle =
|
||||
AuthenticationHandle<NativeSecretBackend, SystemAuthenticationClock>;
|
||||
|
||||
impl NativeAuthenticationSession {
|
||||
pub fn system(
|
||||
|
||||
Reference in New Issue
Block a user