AuthMatcher.unionOf constructor

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

union of matchers

Implementation

const factory AuthMatcher.unionOf(
  List<AuthMatcher> matchers,
) = AuthMatcherUnionOfImpl;