KtorServerFormAuth

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

A Ktor server form auth scope.

Constructors

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

Functions

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

Sources

Link copied to clipboard