Interface AuthenticationFailedRejection

All Superinterfaces:
Rejection
All Known Implementing Classes:
AuthenticationFailedRejection

public interface AuthenticationFailedRejection extends Rejection
Rejection created by the various pekko.http.javadsl.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.