authenticate abstract method

Future<Response> authenticate(
  1. String email,
  2. String password
)

Authenticates an user in the service using email and password

Implementation

Future<Response> authenticate(String email, String password);