SessionConfig: SessionConfig Class

SessionConfigR Documentation

SessionConfig Class

Description

SessionConfig Class

SessionConfig Class

Public fields

can
allow_persistent_sessions
session_minutes
unlimited_sessions_per_user
use_inactivity_based_logout
track_session_location

Methods

Public methods


Method new()

Usage
SessionConfig$new(
  can,
  allow_persistent_sessions,
  session_minutes,
  unlimited_sessions_per_user,
  use_inactivity_based_logout,
  track_session_location
)

Method toJSON()

Usage
SessionConfig$toJSON()

Method fromJSONObject()

Usage
SessionConfig$fromJSONObject(SessionConfigJsonObject)

Method fromJSON()

Usage
SessionConfig$fromJSON(SessionConfigJson)

Method toJSONString()

Usage
SessionConfig$toJSONString()

Method fromJSONString()

Usage
SessionConfig$fromJSONString(SessionConfigJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
SessionConfig$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.