diff --git a/src/Auth/OAuth/Google.php b/src/Auth/OAuth/Google.php index c07758d6b5..42f4357bd7 100644 --- a/src/Auth/OAuth/Google.php +++ b/src/Auth/OAuth/Google.php @@ -4,6 +4,10 @@ namespace Auth\OAuth; use Auth\OAuth; +// Reference Material +// https://developers.google.com/oauthplayground/ +// https://developers.google.com/identity/protocols/OAuth2 +// https://developers.google.com/identity/protocols/OAuth2WebServer class Google extends OAuth { /**