Skip to content
Dan M edited this page Mar 31, 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.

Clone this wiki locally