login: Login to a BrAPI DB Server

View source: R/auth.R

loginR Documentation

Login to a BrAPI DB Server

Description

Logs in to the DB server using a username and password. If credentials are not provided, a pop-up window will prompt the user. This function wraps around all 'login_*' functions and accepts additional parameters via '...'

Usage

login(username = NULL, password = NULL, ...)

Arguments

username

The username (optional, default is NULL).

password

The password (optional, default is NULL).

...

Additional arguments passed to login_oauth2.

Value

No return value. The access token is stored internally for future use.

Author(s)

Khaled Al-Shamaa, k.el-shamaa@cgiar.org

See Also

login_oauth2


icarda-git/QBMS documentation built on July 17, 2025, 2:07 a.m.