pl.iterators.stir.server.AuthenticationFailedRejection
See theAuthenticationFailedRejection companion object
final case class AuthenticationFailedRejection(cause: Cause, challenge: Challenge) extends Rejection
Rejection created by the various pl.iterators.stir.server.directives.SecurityDirectives. Signals that the request was rejected because the user could not be authenticated. The reason for the rejection is specified in the cause.
Attributes
- Companion
- object
- Source
- Rejection.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Rejectionclass Objecttrait Matchableclass Any
Members list
In this article