-
Notifications
You must be signed in to change notification settings - Fork 0
Auth
Dan M edited this page Mar 29, 2022
·
4 revisions
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.
Models - Currently Empty