digest
fun AuthenticationConfig.digest(name: String? = null, configure: DigestAuthenticationProvider.Config.() -> Unit)(source)
Installs the digest Authentication provider. To learn how to configure it, see Digest authentication.
fun AuthenticationConfig.digest(name: String? = null, description: String? = null, configure: DigestAuthenticationProvider.Config.() -> Unit)(source)
Installs the digest Authentication provider with description. To learn how to configure it, see Digest authentication.