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 ...
Arguments
- username
The username (optional, default is NULL).
- password
The password (optional, default is NULL).
- ...
Additional arguments passed to
login_oauth2.
Author
Khaled Al-Shamaa (k.el-shamaa@cgiar.org)
