digest

Installs the digest Authentication provider. To learn how to configure it, see Digest authentication.

Report a problem


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.

Report a problem