auth method

  1. @override
Future<Map> auth(
  1. String apiKey
)
override

Implementation

@override
Future<Map> auth(String apiKey) async {
  return {};//await apiController.auth('oauth/token', username, password);
}