play.silhouette.impl.providers.SocialStateItem
See theSocialStateItem companion object
trait SocialStateItem
An item which can be a part of a social state.
The social state consists of one state item per handler. So this item describes the state an handler can handle. A state item can be of any type. The handler to which the state item pertains, must be able to serialize/deserialize this state item.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class CsrfStateItemclass UserStateItem
In this article