1
0
Fork 0
mirror of synced 2024-06-29 03:30:34 +12:00

feat: added reference docs for Google

This commit is contained in:
Christy Jacob 2019-10-04 20:39:16 +05:30
parent 92101ae7af
commit e8583822cc

View file

@ -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
{
/**