AuthToken
tsec.authentication.AuthToken
Authenticators represent something similar to a Token: Some piece of Id that you can use to identify a user with. The only thing all authenticators have in common is that they all have some eventual expiry date, as well as _possibly_ a lastTouched date.
An Authenticator can be a bearer token, a JWT, an encrypted cookie or a signed cookie in TSec.
Attributes
- Source
- AuthToken.scala
- Graph
-
- Supertypes
Members list
In this article