Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class AuthRepositoryImpl(supabase: DockwareSupabase, appSettings: AppSettings, apiService: ApiService, profileRepository: ProfileRepository) : 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