Skip to main content

keyring_get

Function keyring_get 

Source
pub fn keyring_get(key: &str) -> Option<String>
Expand description

Retrieve a secret from the OS keyring, returning None if not found or on error.

Unexpected errors are logged at the warn level.