agent: Token Agent

Description Usage Arguments Details

Description

Safely store and load sensitive data. This API may be both by users as well as packages to store e.g. secrets or auth tokens.

Usage

1
2
3
4
5
6
7

Arguments

name

a unique name to store and retrieve this object. Make sure to pick a unique name that does not conflict with other packages using the same store.

value

an R object to be stored securely. This part contains the sensitive data.

Details

Note that it is up to the user to secure the keyring with a password via update_password.


ropensci/agent documentation built on May 27, 2019, 2:22 p.m.