flutter_auth_provider library

Classes

AuthManager<U>
Auth provider.
AuthProvider<U>
AuthStore<U>
Auth data store interface. Should implement this with storing user details. Better to store in a secure storage.
LoginListener<U>
The listener interface to be implemented for subscribers who wants to be notified to when userU logged in.
LogoutListener
The listener interface to be implemented for subscriber who wants to be notified when user logged out.
TokenStore
Token store interface. Implement this your own storage mechanism to store token and refreshToken.