AttachedClient

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.

Constructors

Link copied to clipboard
constructor(clientId: String?, deviceId: String?, deviceType: DeviceType, isCurrentSession: Boolean, name: String?, createdTime: Long?, lastAccessTime: Long?, scope: List<String>?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var name: String?
Link copied to clipboard