Authentication.setToken {SciServer} | R Documentation |
Sets the SciServer authentication token of the user as the Sys environmental variable, as well as in the variable Authentication.token
.
Authentication.setToken(token)
token |
Sciserver's authentication token for the user |
Gerard Lemson, Manuchehr Taghizadeh-Popp
Maintainer: Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>
http://www.sciserver.org
http://portal.sciserver.org/login-portal/
http://www.github.com/sciserver/SciScript-R
Authentication.getKeystoneUserWithToken
, Authentication.login
, Authentication.getToken
, Authentication.token
.
## Not run: Authentication.setToken("MyToken") ## End(Not run)