KtorServerDigestAuth

abstract class KtorServerDigestAuth<T : Principal>(authName: String?) : KtorServerAuth<DigestCredential>

A Ktor server digest auth scope.

Constructors

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

Functions

Link copied to clipboard
abstract fun DigestAuthenticationProvider.Configuration.configure()
Link copied to clipboard
open override fun Authentication.Configuration.configureAuth()
Link copied to clipboard
open override fun getData(call: ApplicationCall): DigestCredential?

Sources

Link copied to clipboard