Feature

Installable feature for Authentication.

Functions

Link copied to clipboard
open override fun install(pipeline: Application, configure: Authentication.Configuration.() -> Unit): Authentication

Properties

Link copied to clipboard
val AuthenticatePhase: PipelinePhase

Authenticate phase in that authentication procedures are executed. Please note that referring to the phase is only possible after feature installation.

Link copied to clipboard
val ChallengePhase: PipelinePhase

Authenticate phase in that auth provider's challenges performing. Please note that referring to the phase is only possible after feature installation.

Link copied to clipboard
open override val key: AttributeKey<Authentication>