AuthStore

org.http4s.server.middleware.authentication.DigestAuth.AuthStore
sealed trait AuthStore[F[_], A]

Attributes

Source
DigestAuth.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Md5HashedAuthStore[F, A]
class PlainTextAuthStore[F, A]
In this article