githubIdp property

GitHubIdp get githubIdp

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

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

Implementation

GitHubIdp get githubIdp => AuthServices.instance.githubIdp;