Packages

object AuthenticationFailedRejection

Source
Rejections.scala
Linear Supertypes
Content Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AuthenticationFailedRejection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Cause extends AnyRef

    Signals the cause of the failed authentication.

  2. trait CredentialsMissing extends Cause

    Signals the cause of the rejecting was that the user could not be authenticated, because the WWW-Authenticate header was not supplied.

  3. trait CredentialsRejected extends Cause

    Signals the cause of the rejecting was that the user could not be authenticated, because the supplied credentials are invalid.