PlainTextAuthStore

org.http4s.server.middleware.authentication.DigestAuth.PlainTextAuthStore
See thePlainTextAuthStore companion object
final class PlainTextAuthStore[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