UserLoginLockout: UserLoginLockout Class

UserLoginLockoutR Documentation

UserLoginLockout Class

Description

UserLoginLockout Class

UserLoginLockout Class

Public fields

can
key
auth_type
ip
user_id
remote_id
full_name
email
fail_count
lockout_at

Methods

Public methods


Method new()

Usage
UserLoginLockout$new(
  can,
  key,
  auth_type,
  ip,
  user_id,
  remote_id,
  full_name,
  email,
  fail_count,
  lockout_at
)

Method toJSON()

Usage
UserLoginLockout$toJSON()

Method fromJSONObject()

Usage
UserLoginLockout$fromJSONObject(UserLoginLockoutJsonObject)

Method fromJSON()

Usage
UserLoginLockout$fromJSON(UserLoginLockoutJson)

Method toJSONString()

Usage
UserLoginLockout$toJSONString()

Method fromJSONString()

Usage
UserLoginLockout$fromJSONString(UserLoginLockoutJson)

Method clone()

The objects of this class are cloneable with this method.

Usage
UserLoginLockout$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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