Attached Client
data class AttachedClient(var clientId: String?, var deviceId: String?, var deviceType: DeviceType, var isCurrentSession: Boolean, var name: String?, var createdTime: Long?, var lastAccessTime: Long?, var scope: List<String>?)
A client connected to the user's account.
This struct provides metadata about a client connected to the user's account. Unlike the `Device` struct, "clients" encompasses both client-side and server-side applications - basically anything where the user is able to sign in with their Firefox Account.
This data would typically be used for targeted messaging purposes, catering the contents of the message to what other applications the user has on their account.