package net.halfbinary.scavengerhuntapi.model.response import net.halfbinary.scavengerhuntapi.model.RefreshId data class LoginResponse( val accessToken: String, val refreshToken: RefreshId )