LCOV - code coverage report
Current view: top level - lib/src/auth - agattp_abstract_auth.dart (source / functions) Coverage Total Hit
Test: agattp Lines: 0.0 % 1 0
Test Date: 2025-01-28 00:11:13 Functions: - 0 0

            Line data    Source code
       1              : import 'package:agattp/src/agattp_method.dart';
       2              : 
       3              : /// An interface for HTTP Authentication strategies
       4              : // ignore: one_member_abstracts
       5              : abstract class AgattpAuthInterface {
       6            0 :   const AgattpAuthInterface();
       7              : 
       8              :   /// Returns the headers to be used for authentication. Method and URI are only
       9              :   /// ever required for Digest, but we include them in the interface anyway
      10              :   Future<Map<String, String>> getAuthHeaders(AgattpMethod method, Uri uri);
      11              : }
        

Generated by: LCOV version 2.0-1