sign
Up
fun signUp(serverSecret: String, name: String, surname: String, email: String, password: String, language: String, vararg custom: Any?): JSONObject
Method 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