UnauthorizedOps

org.http4s.dsl.impl.Responses.UnauthorizedOps
final class UnauthorizedOps[F[_], G[_]](val status: Unauthorized.type) extends AnyVal, WwwAuthenticateResponseGenerator[F, G]

Attributes

Source
Responses.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Inherited methods

def apply[A](authenticate: WWW-Authenticate, body: A, headers: ToRaw*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]

Attributes

Inherited from:
WwwAuthenticateResponseGenerator
Source
ResponseGenerator.scala
def apply(authenticate: WWW-Authenticate, headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]

Attributes

Inherited from:
WwwAuthenticateResponseGenerator
Source
ResponseGenerator.scala

Concrete fields

val status: Unauthorized.type

Attributes

Source
Responses.scala