List the current keys stored on the keyring. Each of these keys store a database connection string.
list_keys(keyring_name)
keyring_name | A character string providing the name of the keyring. |
---|
A data frame listing the keys in the keyring.
Other keyring functions:
add_key()
,
create_locked_keyring()
,
delete_key()
,
get_keyring_status()
,
lock_keyring()
,
unlock_keyring()