keycloak_wrapper library
A wrapper library for interacting with the Keycloak server.
Classes
- JWT
- A JSON Web Token class.
- KeycloakConfig
- Your Keycloak client configuration class.
- KeycloakWrapper
- A wrapper around the Keycloak authentication service.
Extensions
- TokenResponseHelper on TokenResponse?
-
Extension of the
TokenResponse
class from flutter_appauth package.
Functions
-
hasNetwork(
) → Future< bool> - Whether there is network connectivity.