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