insertNewUser

open fun insertNewUser(hostAddress: String, name: String, surname: String, email: String, password: String, language: String, hResponse: JsonHelper, tagName: String)

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

tagName

: the tag name of the user