Md5HashedAuthStore

org.http4s.server.middleware.authentication.DigestAuth.Md5HashedAuthStore
See theMd5HashedAuthStore companion object
final class Md5HashedAuthStore[F[_], A](val func: String => F[Option[(A, String)]]) extends AuthStore[F, A]

Attributes

Companion
object
Source
DigestAuth.scala
Graph
Supertypes
trait AuthStore[F, A]
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

val func: String => F[Option[(A, String)]]

Attributes

Source
DigestAuth.scala