Authenticates with a BrAPI server using a username and password. If credentials
are not provided, interactive prompt will request them from the user. This
function serves as a wrapper for all login_* authentication methods and
accepts additional parameters via ...
login(username = NULL, password = NULL, ...)No return value. On success, the access token is stored internally for future use.
The username (optional, default is NULL).
The password (optional, default is NULL).
Additional arguments passed to login_oauth2.
Khaled Al-Shamaa (k.el-shamaa@cgiar.org)
login_oauth2