package com.vaessl.app.connection; import java.time.Instant; public record AuthResponse(String serviceType, Instant expiresAt) { }