Glider User

constructor()

Constructor to init the GliderUser class


constructor(    id: String,     token: String,     name: String,     surname: String,     email: String,     password: String,     language: String,     devices: List<DeviceUserSession>,     passwords: List<Password>)

Constructor to init the GliderUser class

Parameters

id

Identifier of the user

token

The token which the user is allowed to operate on server

name

The password of the user

surname

The surname of the user

email

The password of the user

password

The password of the user

language

The password of the user

devices

The devices connected to the current session of the user

passwords

The passwords owned by the user