Session

public struct Session : Codable, Hashable

A root object that stores information about a collection of session.

Properties

Functions

  • Declaration

    Swift

    public static func == (lhs: Session, rhs: Session) -> Bool
  • Declaration

    Swift

    public func hash(into hasher: inout Hasher)
  • A root object that stores information about a single session, such as the session’s ip address, and last validated date.

    See more

    Declaration

    Swift

    public struct Attributes : Codable
  • A root object that stores information about session relationships, such as the user it belongs to, and the platform it was created on.

    See more

    Declaration

    Swift

    public struct Relationships : Codable