AuthMatcher.intersectionOf constructor

const AuthMatcher.intersectionOf(
  1. List<AuthMatcher> matchers
)

intersection of matchers

Implementation

const factory AuthMatcher.intersectionOf(
  List<AuthMatcher> matchers,
) = AuthMatcherIntersectionOfImpl;