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