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?)

Properties

Link copied to clipboard
val accessToken: String
Link copied to clipboard
val cookieLabel: String?
Link copied to clipboard
val refreshToken: String
Link copied to clipboard
val tokenType: String
Link copied to clipboard