token: read my encrypted token

Description Usage Arguments Value

View source: R/token.R

Description

read my encrypted token

Usage

1
token(key, pkey = NULL)

Arguments

key

For symmetric decryption, 'pkey' should be NULL (default) and 'key' can be either a string (Default is 'pass') or a raw object. For asymmetric decryption, both 'key' (private key of the decrypter) and 'pkey' (public key of the encrypter) should be raw objects.

pkey

See 'key'

Value

decrypted token.


fountainer/token documentation built on May 3, 2019, 8:36 p.m.