Token | R Documentation |
Token Class
An R6Class
generator object
token
character [optional]
name
character [optional]
issued_at
character [optional]
expires_at
character [optional]
scope
character [optional]
new()
Token$new( token = NULL, name = NULL, issued_at = NULL, expires_at = NULL, scope = "*", ... )
toJSON()
Token$toJSON()
fromJSON()
Token$fromJSON(TokenJson)
toJSONString()
Token$toJSONString()
fromJSONString()
Token$fromJSONString(TokenJson)
clone()
The objects of this class are cloneable with this method.
Token$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.