ActiveWebSession

public class ActiveWebSession : Team.DeviceSession

Information on active web sessions.

  • Information on the hosting device.

    Declaration

    Swift

    public let userAgent: String
  • os

    Information on the hosting operating system.

    Declaration

    Swift

    public let os: String
  • Information on the browser used for this web session.

    Declaration

    Swift

    public let browser: String
  • The time this session expires.

    Declaration

    Swift

    public let expires: Date?