ResetSessionUsersAdminRequest

case class ResetSessionUsersAdminRequest(user_id: String, mobile_only: Option[Boolean], web_only: Option[Boolean])
Value parameters:
mobile_only

Only expire mobile sessions (default: false)

user_id

The ID of the user to wipe sessions for

web_only

Only expire web sessions (default: false)

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product