An R6Class
generator object
Public fields
expires
character [optional]
name
character [optional]
scope
character [optional]
Methods
Method new()
Usage
TokenRequest$new(expires = NULL, name = NULL, scope = "*", ...)
Method fromJSON()
Usage
TokenRequest$fromJSON(TokenRequestJson)
Method toJSONString()
Usage
TokenRequest$toJSONString()
Method fromJSONString()
Usage
TokenRequest$fromJSONString(TokenRequestJson)
Method clone()
The objects of this class are cloneable with this method.
Usage
TokenRequest$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.