SecurityFailureContext

sttp.tapir.server.interceptor.SecurityFailureContext
case class SecurityFailureContext[F[_], A](serverEndpoint: ServerEndpoint[_, F] { type SECURITY_INPUT = A; type PRINCIPAL; type INPUT; type ERROR_OUTPUT; type OUTPUT; }, securityInput: A, request: ServerRequest)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def endpoint: Endpoint[A, _, _, _, _]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product