object AuthenticationFailedRejection extends Serializable
- Source
- Rejection.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthenticationFailedRejection
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
sealed
trait
Cause extends javadsl.server.AuthenticationFailedRejection.Cause
Signals the cause of the failed authentication.
Value Members
-
object
CredentialsMissing extends CredentialsMissing with Cause with Product with Serializable
Signals the cause of the rejecting was that the user could not be authenticated, because the
WWW-Authenticate
header was not supplied. -
object
CredentialsRejected extends CredentialsRejected with Cause with Product with Serializable
Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials are invalid.