Package-level declarations

Types

Link copied to clipboard
class NoUserProfileException(message: String = "No user profile available") : Exception
Link copied to clipboard
Link copied to clipboard
class ProfileRepositoryImpl(fortressApiService: FortressApiService, sessionRepository: SessionRepository) : ProfileRepository
Link copied to clipboard
data class UserProfile(val id: String, val first_name: String, val last_name: String, val organization_id: String, val invitation_status: String?, val email: String)