Class AuthenticationFailedRejection.CredentialsRejected$

java.lang.Object
akka.http.scaladsl.server.AuthenticationFailedRejection.CredentialsRejected$
All Implemented Interfaces:
AuthenticationFailedRejection.Cause, AuthenticationFailedRejection.CredentialsRejected, AuthenticationFailedRejection.Cause, Serializable, scala.Equals, scala.Product
Enclosing class:
AuthenticationFailedRejection

public static class AuthenticationFailedRejection.CredentialsRejected$ extends Object implements AuthenticationFailedRejection.CredentialsRejected, AuthenticationFailedRejection.Cause, scala.Product, Serializable
Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials are invalid.
See Also: