KtorServerJWTAuth

abstract class KtorServerJWTAuth<T : Principal>(authName: String?) : KtorServerPrincipalAuth<T>

A Ktor server JWT auth scope.

Constructors

Link copied to clipboard
fun KtorServerJWTAuth(authName: String? = randomAuthName())

Functions

Link copied to clipboard
abstract fun JWTAuthenticationProvider.Configuration.configure()
Link copied to clipboard
open override fun Authentication.Configuration.configureAuth()

Sources

Link copied to clipboard