signIn

abstract suspend fun signIn(email: String, password: String): AuthenticationResult

Used to sign in a user with the provided email and password. An instance of AuthenticationResult will be returned to indicate a successful or failed sign-in attempt.