sign Up

fun signUp(serverSecret: String, name: String, surname: String, email: String, password: String, language: String, vararg custom: Any?): JSONObject

Function to execute the request to sign up in the Equinox's system

Return

the result of the request as JSONObject

Parameters

serverSecret

: the secret of the personal Equinox's backend

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

custom

: the custom parameters added in a customization of the EquinoxUser to execute a customized sign-up