key_get: Get a secret from a keyring.

View source: R/key.R

key_getR Documentation

Get a secret from a keyring.

Description

Get a secret from an unlocked keyring given it's key.

Usage

key_get(keyring, key)

Arguments

keyring

character(1); Name of keyring

key

character(1); Name of key

Value

character(1); The requested secret

Examples

## Not run: 
key_get('mypersonalkeyring', 'key1')

## End(Not run)


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