final class UnauthorizedOps[F[_], G[_]] extends AnyVal with WwwAuthenticateResponseGenerator[F, G]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UnauthorizedOps
- WwwAuthenticateResponseGenerator
- ResponseGenerator
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new UnauthorizedOps(status: Unauthorized.type)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def apply[A](authenticate: WWW-Authenticate, body: A, headers: Header*)(implicit F: Applicative[F], w: EntityEncoder[G, A]): F[Response[G]]
- Definition Classes
- WwwAuthenticateResponseGenerator
- def apply(authenticate: WWW-Authenticate, headers: Header*)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- WwwAuthenticateResponseGenerator
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val status: Unauthorized.type
- Definition Classes
- UnauthorizedOps → ResponseGenerator
- def toString(): String
- Definition Classes
- Any
Deprecated Value Members
- def apply(challenge: Challenge, challenges: Challenge*)(implicit F: Applicative[F]): F[Response[G]]
- Definition Classes
- WwwAuthenticateResponseGenerator
- Annotations
- @deprecated
- Deprecated
(Since version 0.18.0-M2) Use
(challenge, challenges)apply(WWW-Authenticateinstead