Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class AuthRepositoryImpl(supabase: DockwareSupabase, preferences: Preferences, apiService: ApiService, profileRepository: ProfileRepository, organizationRepository: OrganizationRepository) : AuthRepository
Link copied to clipboard
class DockwareSupabase(supabaseUrl: String, supabaseKey: String)
Link copied to clipboard
class NoAuthUserIdException(message: String = "No auth user ID found.") : Exception
Link copied to clipboard