RefreshToken

@RedisHash(value = "refresh_token", timeToLive = 604800)
data class RefreshToken(val jit: String, val email: String) : Serializable

Constructors

Link copied to clipboard
constructor(jit: String, email: String)

Properties

Link copied to clipboard
Link copied to clipboard
val jit: String