login {consibiocloudclient} | R Documentation |
Login to Consibio API
Description
Use username to login to the Consibio API. Password will be requested interactively, now and once the token expires. It sets the default username for authenticated requests.
Usage
login(username = NULL)
Arguments
username |
A character string representing the username. |
Value
A character string representing the logged-in username.
Examples
## Not run:
login("bob@helloworld.com")
## End(Not run)
[Package consibiocloudclient version 1.0.0 Index]