As for the other function, `withValidCredentials`,...
# ktor
o
As for the other function,
withValidCredentials
, you need to make itself and its functional parameter to be suspend as well:
Copy code
suspend fun PipelineContext<ApplicationCall>.withValidCredentials(body: suspend PipelineContext<ApplicationCall>.(ApplicationCall) -> Unit) {