summaryrefslogblamecommitdiff
path: root/services/googleoauth2.json
blob: 069fd1f0968f2c03213dbd60a849db0856b7bba2 (plain) (tree)























                                                                               
{
   "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"
   }
}