Attributes
public struct Attributes : Codable
A root object that stores information about a single session, such as the session’s ip address, and last validated date.
-
The ip address form where the session was created.
Declaration
Swift
public let ipAddress: String
-
The last time the session has been validated.
Declaration
Swift
public let lastValidatedAt: Date