SessionInfo

data class SessionInfo(userId: Long, sessionStartAt: Date, sessionEndAt: Date)

세션 정보

Constructors

Link copied to clipboard
fun SessionInfo(userId: Long, sessionStartAt: Date, sessionEndAt: Date)

Properties

Link copied to clipboard
val sessionEndAt: Date

세션 종료 시간, UTC

Link copied to clipboard
val sessionStartAt: Date

세션 시작 시간, UTC

Link copied to clipboard
val userId: Long

회원번호