AuthMatcher.general constructor

const AuthMatcher.general(
  1. bool lambda(
    1. RequestOptions request
    )
)

general matcher

provide lambda to match

Implementation

const factory AuthMatcher.general(
  bool Function(RequestOptions request) lambda,
) = AuthMatcherGeneralImpl;