Class AuthenticationFailedRejection

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

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