ktor-auth / io.ktor.auth / AuthenticationPipeline

AuthenticationPipeline

class AuthenticationPipeline : Pipeline<AuthenticationContext, ApplicationCall>

Represents authentication Pipeline for checking and requesting authentication

Constructors

<init>

AuthenticationPipeline(developmentMode: Boolean = false)

Represents authentication Pipeline for checking and requesting authentication

Properties

developmentMode

val developmentMode: Boolean

Companion Object Properties

CheckAuthentication

val CheckAuthentication: PipelinePhase

Phase for checking if user is already authenticated before all mechanisms kicks in

RequestAuthentication

val RequestAuthentication: PipelinePhase

Phase for authentications mechanisms to plug into