SessionInfo
public struct SessionInfo : Codable
세션 정보
-
회원번호
Declaration
Swift
public let userId: Int64
-
세션 시작 시간, UTC
Declaration
Swift
public let sessionStartAt: Date
-
세션 종료 시간, UTC
Declaration
Swift
public let sessionEndAt: Date