class SessionAuthenticationProvider<T : Any> : AuthenticationProvider
Represents a session-based authentication provider
class Configuration<T : Any> : Configuration
Session auth configuration |
val type: KClass<T>
of session |
val name: String?
Provider name or |
|
val pipeline: AuthenticationPipeline
Authentication pipeline for this provider |
|
val skipWhen: List<ApplicationCallPredicate>
Authentication filters specifying if authentication is required for particular ApplicationCall |
fun
Adds an authentication filter to the list |