sign In
abstract suspend fun signIn(email: String, password: String): AuthenticationResult
Content copied to clipboard
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.