validate Sign In

protected open fun validateSignIn(user: T, password: String, custom: Array<Any>): Boolean

Method to validate the sign in request

Return

the authenticated user as EquinoxUser if the credentials inserted were correct null otherwise

Parameters

user

: the user to validated

password

: the password of the user

custom

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