class AuthenticationPipeline : Pipeline<AuthenticationContext, ApplicationCall>
Represents authentication Pipeline for checking and requesting authentication
AuthenticationPipeline(developmentMode: Boolean = false)
Represents authentication Pipeline for checking and requesting authentication |
val developmentMode: Boolean |
val CheckAuthentication: PipelinePhase
Phase for checking if user is already authenticated before all mechanisms kicks in |
|
val RequestAuthentication: PipelinePhase
Phase for authentications mechanisms to plug into |