{ "info": { "author": "GraphEffect, Inc.", "author_email": "nate@grapheffect.com", "bugtrack_url": null, "classifiers": [], "description": "pyoauth2: OAuth 2.0 Client and Provider Library\n===============================================\n\nSupported Request Flows\n-----------------------\n\n(1) Authorization Code Grant :: OAuth 2 Section 4.1\n\n (1A) Authorization Request :: OAuth 2 Section 4.1.1\n\n [For browser apps this happens in the window]\n Request: GET /get_authorization_code\n ?response_type=code\n &client_id={CLIENT_ID}\n &redirect_uri={REDIRECT_URI}\n [&state={STATE}]\n [&scope={SCOPE}]\n\n Response: HTTP 302\n Location={REDIRECT_URI}\n ?code={CODE}\n &state={STATE}\n\n Error Response: HTTP 302\n Location={REDIRECT_URI}\n ?error=access_denied\n &state={STATE}\n\n (1B) Access Token Request :: OAuth 2 Section 4.1.3\n\n [Server side only]\n Request: GET /get_access_token\n ?grant_type=authorization_code\n &client_id={CLIENT_ID}\n &client_secret={CLIENT_SECRET}\n &redirect_uri={REDIRECT_URI}\n &code={CODE}\n\n Response: HTTP 200\n {\n \"access_token\": \"{ACCESS_TOKEN}\",\n \"token_type\": \"{TOKEN_TYPE}\", // See OAuth 2 Section 7.1 Access Token Types\n \"expires_in\": 3600,\n \"refresh_token\": \"{REFRESH_TOKEN}\"\n }\n\n Error Response: HTTP 400\n {\n \"error\": \"access_denied\",\n \"error_description\": \"User does not have access to the team.\"\n }", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GraphEffect/pyoauth2", "keywords": null, "license": "LICENSE.txt", "maintainer": null, "maintainer_email": null, "name": "pyoauth2-je", "package_url": "https://pypi.org/project/pyoauth2-je/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyoauth2-je/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/GraphEffect/pyoauth2" }, "release_url": "https://pypi.org/project/pyoauth2-je/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "OAuth 2.0 compliant client and server library.", "version": "0.0.1" }, "last_serial": 1053939, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "93d6ee2c2e26b90bf23d5fe1813befe8", "sha256": "549f6122780a7216689288689e194c5eb183bd2c629004447e5761d29e8474dd" }, "downloads": -1, "filename": "pyoauth2-je-0.0.1.tar.gz", "has_sig": false, "md5_digest": "93d6ee2c2e26b90bf23d5fe1813befe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8876, "upload_time": "2014-04-07T17:01:47", "url": "https://files.pythonhosted.org/packages/bb/4a/1b32f9f9bd54678643cb07e19e5562f74c6bc3a7cdfdbf96c33b7329e132/pyoauth2-je-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93d6ee2c2e26b90bf23d5fe1813befe8", "sha256": "549f6122780a7216689288689e194c5eb183bd2c629004447e5761d29e8474dd" }, "downloads": -1, "filename": "pyoauth2-je-0.0.1.tar.gz", "has_sig": false, "md5_digest": "93d6ee2c2e26b90bf23d5fe1813befe8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8876, "upload_time": "2014-04-07T17:01:47", "url": "https://files.pythonhosted.org/packages/bb/4a/1b32f9f9bd54678643cb07e19e5562f74c6bc3a7cdfdbf96c33b7329e132/pyoauth2-je-0.0.1.tar.gz" } ] }