Package com.keygenqt.ps.route.auth.elements
Types
Link copied to clipboard
Link copied to clipboard
data class AuthRequest( val email: String? = null, val password: String? = null, val deviceId: String? = null)
Content copied to clipboard
Route request auth
Link copied to clipboard
Link copied to clipboard
data class AuthSessionResponse( val id: Int, val email: String, val role: UserRole)
Content copied to clipboard
Response success auth
Link copied to clipboard
Response success auth
Link copied to clipboard
data class RefreshRequest(val deviceId: String, val refreshToken: String)
Content copied to clipboard
Route request refresh token