Credentials-class {restfulr} | R Documentation |
Credentials
stores authentication credentials (username and
password). Note that it is easy to retrieve the password from this
object. There is no encryption or other security.
username
: get the username as a string.
password
: get the password as a plain text string.
Michael Lawrence