Authentication.token {SciServer} | R Documentation |
String variable that stores the authentication token for the user's session. It has an initially a NULL
value, and gets set directly by running Authentication.setToken
, and indirectly by running Authentication.login
or Authentication.getToken
.
Authentication.token
Stores the authentication token (string). If never set, it stores a NULL
value.
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.getToken
, Authentication.setToken
.
## Not run: myToken = Authentication.token