Class AuthenticationFailedRejection

java.lang.Object
org.apache.pekko.http.scaladsl.server.AuthenticationFailedRejection
All Implemented Interfaces:
Serializable, AuthenticationFailedRejection, Rejection, Rejection, scala.Equals, scala.Product

public final class AuthenticationFailedRejection extends Object implements AuthenticationFailedRejection, Rejection, scala.Product, Serializable
Rejection created by the various pekko.http.scaladsl.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.
See Also: