DigestAuthenticationProvider

class DigestAuthenticationProvider : AuthenticationProvider

Represents a Digest authentication provider

Types

Link copied to clipboard
class Configuration : AuthenticationProvider.Configuration

Digest auth configuration

Functions

Link copied to clipboard
fun skipWhen(predicate: (ApplicationCall) -> Boolean)

Adds an authentication filter to the list

Properties

Link copied to clipboard
val algorithmName: String

Message digest algorithm to be used. Usually only MD5 is supported by clients.

Link copied to clipboard
val name: String?

Provider name or null for a default provider

Link copied to clipboard
val pipeline: AuthenticationPipeline

Authentication pipeline for this provider

Link copied to clipboard
val realm: String

specifies value to be passed in WWW-Authenticate header

Link copied to clipboard
val skipWhen: List<ApplicationCallPredicate>

Authentication filters specifying if authentication is required for particular ApplicationCall