SessionInfo

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

세션 정보
Session information

Constructors

Link copied to clipboard
constructor(userId: Long?, sessionStartAt: Date, sessionEndAt: Date)

Properties

Link copied to clipboard

세션 만료 시간, UTC
Session expiration time, UTC

Link copied to clipboard

세션 발급 시간, UTC
Session issuance time, UTC

Link copied to clipboard
val userId: Long?

회원번호
Service user ID