| TokenRequest | R Documentation |
TokenRequest Class
An R6Class generator object
expirescharacter [optional]
namecharacter [optional]
scopecharacter [optional]
new()TokenRequest$new(expires = NULL, name = NULL, scope = "*", ...)
toJSON()TokenRequest$toJSON()
fromJSON()TokenRequest$fromJSON(TokenRequestJson)
toJSONString()TokenRequest$toJSONString()
fromJSONString()TokenRequest$fromJSONString(TokenRequestJson)
clone()The objects of this class are cloneable with this method.
TokenRequest$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.