| Token | R Documentation |
Token Class
An R6Class generator object
tokencharacter [optional]
namecharacter [optional]
issued_atcharacter [optional]
expires_atcharacter [optional]
scopecharacter [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)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.