uk.gov.hmrc.play.bootstrap.frontend.filters.deviceid.DeviceId
See theDeviceId companion object
The DeviceId is a long lived cookie which represents a digital signature composed of a UUID, timestamp in milliseconds and a hash.
The format of the cookie 'mdtpdi' is...
mdtpdi#UUID#TIMESTAMP_hash
Note the above hash is a one way hash of the value preceding the "_".
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article