Authentication.token: Stores the SciServer user authentication token.

Description Usage Value Author(s) References See Also Examples

Description

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.

Usage

1

Value

Stores the authentication token (string). If never set, it stores a NULL value.

Author(s)

Manuchehr Taghizadeh-Popp <mtaghiza@jhu.edu>

References

http://www.sciserver.org
http://portal.sciserver.org/login-portal/
http://www.github.com/sciserver/SciScript-R

See Also

Authentication.getKeystoneUserWithToken, Authentication.getToken, Authentication.setToken.

Examples

1
## Not run: myToken = Authentication.token 

sciserver/SciScript-R documentation built on May 29, 2019, 3:45 p.m.