SessionInfo

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

세션 정보
Session information

Constructors

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

Properties

Link copied to clipboard
val sessionEndAt: Date

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

Link copied to clipboard
val sessionStartAt: Date

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

Link copied to clipboard
val userId: Long?

회원번호
Service user ID