lock_keyring: Lock the keyring

Description Usage Arguments Details Value Examples

View source: R/keyring.R

Description

Hide passwords from other users until master password is entered later.

Usage

1
lock_keyring(ring = getOption("keyring_keyring", "friend"))

Arguments

ring

Optional. Name of keyring.

Details

Function includes checks for has_keyring and keyring_locked. If the keyring is already locked, lock_keyring will message the user.

Value

NULL (invisibly)

Examples

1
2
3
4
## Not run: 
lock_keyring()

## End(Not run)

BenjaminWolfe/speakfriend documentation built on Nov. 18, 2019, 5:09 a.m.