pdi.jwt
Members list
Type members
Classlikes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object JwtSession
Similar to the default Play Session but using JsObject instead of Map[String, String]. The data is separated into two attributes: headerData
and claimData
. There is also a optional signature. Most of the time, you should only care about the claimData
which stores the claim of the token containing the custom values you eventually put in it. That's why all methods of JwtSession
(such as add and removing values) only modifiy the claimData
.
Similar to the default Play Session but using JsObject instead of Map[String, String]. The data is separated into two attributes: headerData
and claimData
. There is also a optional signature. Most of the time, you should only care about the claimData
which stores the claim of the token containing the custom values you eventually put in it. That's why all methods of JwtSession
(such as add and removing values) only modifiy the claimData
.
To see a full list of samples, check the online documentation.
'''Warning''' Be aware that if you override the claimData
(using withClaim
for example), you might override some attributes that were automatically put inside the claim such as the expiration of the token.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
- Self type
-
JwtSession.type