sign In User

open fun signInUser(email: String, password: String, custom: Array<Any>): T

Method to sign in an existing user

Return

the authenticated user as EquinoxUser if the credentials inserted were correct

Parameters

email

: the email of the user

password

: the password of the user

custom

: the custom parameters added in a customization of the EquinoxUser