KtorServerBasicAuth

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

A Ktor server Basic auth scope.

Constructors

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

Functions

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

Sources

Link copied to clipboard