sign In

open fun signIn(email: String, password: String, vararg custom: Any?): JSONObject

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

Return

the result of the request as JSONObject

Parameters

email

: the email of the user

password

: the password of the user

custom

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