companion object Feature : ApplicationFeature<Application, Configuration, Authentication>
Installable feature for Authentication.
val AuthenticatePhase: PipelinePhase
Authenticate phase in that authentication procedures are executed. Please note that referring to the phase is only possible after feature installation. |
|
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. |
|
val key: AttributeKey<Authentication> |
fun install(pipeline: Application, configure: Configuration.() -> Unit): Authentication |