keyring_list {shelter} | R Documentation |
Provides a 'data.frame' of information on available keyrings.
Description
Looks in a local directory where keyrings are stored for the current user and returns information about keyrings found. Keyrings are stored in 'rappdirs::user_config_dir("r-shelter")' and end in '.keyring.RDS'
Usage
keyring_list()
Value
data.frame of (keyring, secrets, locked)
Examples
keyring_list()
[Package shelter version 0.2.1 Index]