AttachedClient
No description
type AttachedClient {
  clientId: String
  sessionTokenId: String
  refreshTokenId: String
  deviceId: String
  deviceType: String
  isCurrentSession: Boolean!
  name: String
  createdTime: Float
  createdTimeFormatted: String
  lastAccessTime: Float
  lastAccessTimeFormatted: String
  approximateLastAccessTime: Float
  approximateLastAccessTimeFormatted: String
  scope: [String!]
  location: Location
  userAgent: String!
  os: String
}
Fields
AttachedClient.clientId ● String scalar
AttachedClient.sessionTokenId ● String scalar
AttachedClient.refreshTokenId ● String scalar
AttachedClient.deviceId ● String scalar
AttachedClient.deviceType ● String scalar
AttachedClient.isCurrentSession ● Boolean! non-null scalar
AttachedClient.name ● String scalar
AttachedClient.createdTime ● Float scalar
AttachedClient.createdTimeFormatted ● String scalar
AttachedClient.lastAccessTime ● Float scalar
AttachedClient.lastAccessTimeFormatted ● String scalar
AttachedClient.approximateLastAccessTime ● Float scalar
AttachedClient.approximateLastAccessTimeFormatted ● String scalar
AttachedClient.scope ● [String!] list scalar
AttachedClient.location ● Location object
AttachedClient.userAgent ● String! non-null scalar
AttachedClient.os ● String scalar
Member of
Account  object