Feature
companion object Feature :
ApplicationFeature<Application, Configuration, Authentication>
Installable feature for Authentication.
Companion Object Properties
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> Unique key that identifies a feature |
Companion Object Functions
fun install( Feature installation script |