save_auth_rtoot {rtoot} | R Documentation |
save a bearer token to file
Description
save a bearer token to file
Usage
save_auth_rtoot(token, name = NULL, path = NULL)
Arguments
token |
bearer token created with create_token |
name |
A file name (if you want to store more than one token). |
path |
A path where the token is stored. |
[Package rtoot version 0.3.4 Index]