TypedDigestAuthConfig

Configures a typed Digest authentication scheme with principal type P.

Report a problem

Type Parameters

P

the principal type produced by this scheme.

Properties

Link copied to clipboard

Message digest algorithms advertised by the server.

Link copied to clipboard

Charset used by Digest authentication.

Link copied to clipboard

Human-readable description of this authentication scheme.

Link copied to clipboard

NonceManager used to generate and verify nonce values.

Link copied to clipboard

Default handler for authentication failures.

Link copied to clipboard

Realm passed in the WWW-Authenticate header.

Link copied to clipboard

Supported Quality of Protection options.

Functions

Link copied to clipboard

Configures the digest provider used to look up H(username:realm:password).

Configures the digest provider used to look up H(username:realm:password) for the selected algorithm.

Link copied to clipboard

Enables strict RFC 7616 mode for Digest authentication.

Link copied to clipboard

Configures a resolver for Digest userhash support.

Link copied to clipboard
fun validate(body: suspend RoutingContext.(DigestCredential) -> P?)

Sets a validation function for DigestCredential.