UnauthorizedOps
final class UnauthorizedOps[F[_], G[_]](val status: Status) extends AnyVal with WwwAuthenticateResponseGenerator[F, G]
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]]
- Inherited from:
- WwwAuthenticateResponseGenerator
def apply(authenticate: WWW-Authenticate, headers: ToRaw*)(implicit F: Applicative[F]): F[Response[G]]
- Inherited from:
- WwwAuthenticateResponseGenerator