Learn R Programming

restfulr (version 0.0.15)

Credentials-class: Credentials

Description

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.

Arguments

Accessors

  • username: get the username as a string.

  • password: get the password as a plain text string.