interceptPipeline
fun interceptPipeline(
pipeline: ApplicationCallPipeline,
configurationNames: List<String?> = listOf(null),
optional: Boolean = false
): Unit
Configures pipeline to process authentication by one or multiple auth methods
Parameters
pipeline
- to be configured
configurationNames
- references to auth providers, could contain null to point to default