mirror of
https://github.com/appwrite/appwrite
synced 2026-05-05 22:38:37 +00:00
feat: added reference docs for Google
This commit is contained in:
parent
92101ae7af
commit
e8583822cc
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue