Auth - Kibibibit/geoff GitHub Wiki
The Auth library contains:
- AppAuthHelper: A class containing helper methods for using
flutter_appauth(Can be found here). Mostly aimed around keycloak. - Session: A class for storing session data from
AppAuthHelper. Not recommended to call any of its' methods, but they are public if needed.