sign In User

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

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