UserSecret: UserSecret

UserSecretR Documentation

UserSecret

Description

UserSecret

UserSecret

Format

R6Class object, super class PersistentObject.

Super classes

tercenApi::Base -> tercenApi::IdObject -> tercenApi::PersistentObject -> UserSecret

Public fields

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

userId

of type String.

salt

of type String.

hashPassword

of type String.

Active bindings

isDeleted

of type bool inherited from super class PersistentObject.

rev

of type String inherited from super class PersistentObject.

id

of type String inherited from super class IdObject.

Methods

Public methods

Inherited methods

Method new()

Usage
UserSecret$new(json = NULL)

Method init()

Usage
UserSecret$init()

Method initJson()

Usage
UserSecret$initJson(json)

Method toTson()

Usage
UserSecret$toTson()

Method clone()

The objects of this class are cloneable with this method.

Usage
UserSecret$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


tercen/teRcenApi documentation built on Feb. 8, 2024, 5:59 p.m.