FallbackCookieDataCodec

play.api.mvc.FallbackCookieDataCodec

A trait that identifies the cookie encoding and uses the appropriate codec, for upgrading from a signed cookie encoding to a JWT cookie encoding.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def decode(encodedData: String): Map[String, String]

Decodes from an encoded String.

Decodes from an encoded String.

Attributes

def encode(data: Map[String, String]): String

Encodes the data as a String.

Encodes the data as a String.

Attributes