UnauthorizedOps

final class UnauthorizedOps[F[_], G[_]](val status: Status) extends AnyVal with WwwAuthenticateResponseGenerator[F, G]
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

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

Deprecated and Inherited methods

@deprecated("Use ``apply(`WWW-Authenticate`(challenge, challenges)`` instead", "0.18.0-M2")
def apply(challenge: Challenge, challenges: Challenge*)(F: Applicative[F]): F[Response[G]]
Deprecated
Inherited from
WwwAuthenticateResponseGenerator

Concrete fields

val status: Status