login method

Implementation

Future<Credentials> login(final ApiRequest<AuthLoginOptions> request) {
  throw UnimplementedError('authLogin() has not been implemented');
}