AttachedClient

public struct AttachedClient
extension AttachedClient: Equatable, Hashable

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.