SessionTransformer

fun interface SessionTransformer<S>(source)

Transforms a session value before principal resolution.

Return the session value that should be validated for the current call, or null to reject the session.

Report a problem

Functions

Link copied to clipboard
abstract suspend fun RoutingContext.transform(currentSession: S): S?