package deviceid
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class DefaultDeviceIdFilter extends DeviceIdFilter
- trait DeviceFingerprint extends AnyRef
-
case class
DeviceId(uuid: String, timestamp: Long, hash: String) extends Product with Serializable
The DeviceId is a long lived cookie which represents a digital signature composed of a UUID, timestamp in milliseconds and a hash.
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 "_".
- trait DeviceIdCookie extends AnyRef
- trait DeviceIdFilter extends Filter with DeviceIdCookie
Value Members
- object DeviceFingerprint extends DeviceFingerprint
- object DeviceId extends Serializable