AuthRepository

fun interface AuthRepository

Interface representing the repository for authentication operations.

Functions

Link copied to clipboard
abstract fun checkCredentials(email: String, password: String): Boolean

Checks the credentials of a user.