CollectionCallbackSetters.authorize(predicate: AuthorizePredicate<TContextData>): CollectionCallbackSetters<TContext, TContextData, TFilter>
Specifies the conditions under which requests are authorized.
predicate: AuthorizePredicate<TContextData>
A callback that returns whether a request is authorized.
CollectionCallbackSetters<TContext, TContextData, TFilter>
The setters object so that settings can be chained.