keyring_list: Provides a 'data.frame' of information on available keyrings.

View source: R/keyring.R

keyring_listR 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()


shelter documentation built on April 3, 2025, 10:30 p.m.