summaryrefslogtreecommitdiff
path: root/services/googleoauth2.json
diff options
context:
space:
mode:
Diffstat (limited to 'services/googleoauth2.json')
-rw-r--r--services/googleoauth2.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/services/googleoauth2.json b/services/googleoauth2.json
new file mode 100644
index 0000000..069fd1f
--- /dev/null
+++ b/services/googleoauth2.json
@@ -0,0 +1,24 @@
+{
+ "base_url" : "https://accounts.google.com/o/oauth2",
+ "version" : "0.1",
+ "name" : "Google OAuth 2.0",
+ "methods" : {
+ "authorize" : {
+ "path" : "/auth",
+ "method" : "GET",
+ "required_params" : [
+ "client_id",
+ "redirect_uri",
+ "response_type",
+ "scope"
+ ],
+ "optional_params" : [
+ "state"
+ ]
+ }
+ },
+ "authority" : "http://github.com/SPORE",
+ "meta" : {
+ "documentation" : "http://code.google.com/apis/accounts/docs/OAuth2.html"
+ }
+}