Credential: Credential

Description Format Public fields Methods

Description

Credential Class

Format

An R6Class generator object

Public fields

origin

character [optional]

access_key

character [optional]

secret_key

character [optional]

description

character [optional]

Methods

Public methods


Method new()

Usage
Credential$new(
  origin = NULL,
  access_key = NULL,
  secret_key = NULL,
  description = NULL,
  ...
)

Method toJSON()

Usage
Credential$toJSON()

Method fromJSON()

Usage
Credential$fromJSON(CredentialJson)

Method toJSONString()

Usage
Credential$toJSONString()

Method fromJSONString()

Usage
Credential$fromJSONString(CredentialJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
Credential$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


BIDMCDigitalPsychiatry/LAMP-r documentation built on April 29, 2020, 9:51 a.m.