SessionDTO
data class SessionDTO(val userId: QualifiedID, val tokenType: String, val accessToken: String, val refreshToken: String, val cookieLabel: String?)
Constructors
Link copied to clipboard
constructor(userId: QualifiedID, tokenType: String, accessToken: String, refreshToken: String, cookieLabel: String?)