applyTransport
context(pluginConfig: SessionsConfig)
fun <S : Any> SessionAuthenticationScheme<S, *>.applyTransport()(source)
fun <S : Any> SessionAuthenticationScheme<S, *>.applyTransport()(source)
Applies this scheme's configured TypedSessionAuthConfig.transport to a SessionsConfig.
Called automatically by Route.install when installing a SessionAuthenticationScheme.
Receiver
typed session authentication scheme whose transport configuration is applied.