AuthMatcher.baseUrl constructor

const AuthMatcher.baseUrl(
  1. String baseUrl
)

base url matching

method will be upper case

url will be all but queries

Implementation

const factory AuthMatcher.baseUrl(
  String baseUrl,
) = AuthMatcherBaseUrlImpl;