checkCredentials

abstract fun checkCredentials(email: String, password: String): Boolean

Checks the credentials of a user.

Return

true if the credentials are valid, false otherwise.

Parameters

email

The email of the user.

password

The password of the user.