NotAuthenticatedEvent

play.silhouette.api.NotAuthenticatedEvent
final case class NotAuthenticatedEvent(request: RequestHeader) extends SilhouetteEvent

An event which will be published if a request did not pass authentication.

Value parameters

request

The request header for the associated request.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product