06e3ea48fb4aba7bf45189dbd4c25cde257341a6
- Abstract AuthRepository class defines all authentication operations - Core methods: signUp, signIn, signOut, resetPassword, getCurrentUser - Stream-based auth state changes with authStateChanges() - Profile management: updateProfile, sendEmailVerification - Security features: changePassword, deleteAccount, refreshSession - OAuth support: signInWithOAuth, signInAnonymously - Comprehensive documentation with exception specifications
Description
No description provided
Languages
Dart
77.3%
C++
11.4%
CMake
8.9%
Swift
1.1%
C
0.6%
Other
0.6%