You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 26, 2017. It is now read-only.
I think the better solution would be to mandate passing in a properly configured Auth\OAuth2 instance, as there is a lot of configuration needed for a OAuth2\Client to be instantiated. I don't see this as a BC break, as it doesn't even work currently, since Client is non-optional, and we aren't passing it in.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the Google Class Constructor, the OAuth2 Class is instantiated (if not injected).
It appears the second parameter, that being "the client", is missing from the injected constructor parameters.
From Google Class:
From OAuth2 Class
Is this a problem? If so, I'd be happy to fix it but would appreciate a hint about what the client should be and how to construct that class.
Thanks!
The text was updated successfully, but these errors were encountered: