The authentication headers added to a request.
@override Map<String, String> get headers => { 'Authorization': 'Bearer $token', };