AuthenticationChecked

object AuthenticationChecked : Hook<suspend (ApplicationCall) -> Unit> (source)

A hook that is executed after authentication was checked. Note that this hook is also executed for optional authentication or for routes without any authentication, resulting in ApplicationCall.principal being null.

Report a problem

Functions

Link copied to clipboard
open override fun install(pipeline: ApplicationCallPipeline, handler: suspend (ApplicationCall) -> Unit)