TokenRequest | R Documentation |
TokenRequest Class
An R6Class
generator object
expires
character [optional]
name
character [optional]
scope
character [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)
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.