package com.vaessl.app.connection; import java.time.Instant; public record LoginResult(Long connectionId, Instant expiresAt) { }