AuthMatcher.url constructor

const AuthMatcher.url(
  1. Pattern urlPattern
)

provide regex or string to match exactly

method will be upper case

url will be all but queries

Implementation

const factory AuthMatcher.url(
  Pattern urlPattern,
) = AuthMatcherUrlImpl;