Skip to contents

TokenRequest Class

Format

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 toJSON()

Usage

TokenRequest$toJSON()


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.