skipWhen

fun skipWhen(predicate: (ApplicationCall) -> Boolean)

Adds an authentication filter to the list


val skipWhen: List<ApplicationCallPredicate>

Authentication filters specifying if authentication is required for particular ApplicationCall

If there is no filters, authentication is required. If any filter returns true, authentication is not required.