| LoginPortal.setToken {SciServer} | R Documentation |
DEPRECATED. Use Authentication.setToken instead.
Sets the SciServer LoginPortal token of the user as the Sys environmental variable, as well as in the variable LoginPortal.token.
LoginPortal.setToken(token)
token |
Sciserver's LoginPortal 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
LoginPortal.getKeystoneUserWithToken, LoginPortal.setToken, LoginPortal.login, LoginPortal.getToken, Authentication.getKeystoneUserWithToken, Authentication.login, Authentication.getToken, Authentication.setToken, Authentication.token.
## Not run:
LoginPortal.setToken("MyToken")
## End(Not run)