KMPAuthUser
interface KMPAuthUser
Backend-agnostic representation of a signed-in user.
Implementations wrap the backend's own user type (for example a Firebase FirebaseUser or a Supabase UserInfo), which stays reachable through raw for callers that need backend-specific data.