trait JWTCookieDataCodec extends CookieDataCodec
Ordering
- Alphabetic
- By Inheritance
Inherited
- JWTCookieDataCodec
- CookieDataCodec
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def jwtConfiguration: JWTConfiguration
- abstract def secretConfiguration: SecretConfiguration
Concrete Value Members
- def decode(encodedString: String): Map[String, String]
Decodes from an encoded
String
.Decodes from an encoded
String
.- Definition Classes
- → CookieDataCodec
- def encode(data: Map[String, String]): String
Encodes the data as a
String
.Encodes the data as a
String
.- Definition Classes
- → CookieDataCodec
JWT cookie encoding and decoding functionality