clearSession
Clears the authenticated session for the current session-protected typed route.
context(context: RoutingContext)
fun <S : Any, P : Any> SessionAuthenticationScheme<S, P>.clearSession()(source)
fun <S : Any, P : Any> SessionAuthenticationScheme<S, P>.clearSession()(source)
Clears a session for this scheme.