insert
New
User
open fun insertNewUser(hostAddress: String, name: String, surname: String, email: String, password: String, language: String, hResponse: JsonHelper, custom: Array<Any>)
Method to insert and init a new local user
Parameters
hostAddress
: the host address which the user communicate
name
: the name of the user
surname
: the surname of the user
email
: the email of the user
password
: the password of the user
language
: the language of the user
hResponse
: the payload response received from an authentication request
custom
: the custom parameters added in a customization of the EquinoxUser