authenticate abstract method
Attempts to authenticate a user with credentials
credentials User login credentials
user The user to authenticate
Returns authentication response with tokens
Implementation
Future<AuthResponse> authenticate(
Map<String, dynamic> credentials,
Authenticatable user,
);