authenticate abstract method

Future<AuthResponse> authenticate(
  1. Int8List username,
  2. Int8List password
)

Implementation

Future<AuthResponse> authenticate(Int8List username, Int8List password);