googleIdp property

GoogleIdp get googleIdp

Accessor for the configured Google Idp instance. By default this uses the global instance configured in AuthServices.

If you want to use a different instance, override this getter.

Implementation

GoogleIdp get googleIdp => AuthServices.instance.googleIdp;