UserSession-class | R Documentation |
A Cytobank UserSession object that holds pertinent user information, used to make calls to various Cytobank endpoints. This class should never be called explicitly. If a user would like to create a new Cytobank UserSession object, utilize the authenticate function.
A Cytobank UserSession object
auth_token
character representing Cytobank user's authentication token (expires in 8 hours)
long_timeout
numeric representing long request timeout times
short_timeout
numeric representing short request timeout times
site
character representing Cytobank user's site
user_id
integer representing a Cytobank user's ID
cytobank_user <- new("UserSession", auth_token="my_auth_token", site="premium")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.