Package com.rnett.krosstalk.ktor.server.auth

A Jwt Auth scope for the Krosstalk Ktor server plugin. See module description.

Types

Link copied to clipboard
abstract class KtorServerJWTAuth<T : Principal>(authName: String?) : KtorServerPrincipalAuth<T>

A Ktor server JWT auth scope.