Python Forum
understanding Google's OAuth 2.0
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
understanding Google's OAuth 2.0
#1
Hello,

I am finishing a program where I use Google's OAuth 2.0, I will need to move this program between different computers.

To authenticateI use a very long dictionary (like this) which I downloaded from google
{"installed":{"client_id":"1-2.apps.googleusercontent.com","project_id":"3-4","auth_uri":"https://accounts.google.com/o/oauth2/auth","token_uri":"https://oauth2.googleapis.com/token","auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs","client_secret":"5-6","redirect_uris":["urn:ietf:wg:oauth:2.0:oob","http://localhost"]}}
My question is: are you aware of other ways to authenticate or is this the only possible way?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  how to import files in Google Collab wihout downloading them to PC and to Google Disk sveto4ka 9 3,865 Jun-03-2020, 12:40 PM
Last Post: sveto4ka
  Implementing OAuth 2 ( 2-legged) krishnanunnik 2 2,139 Sep-16-2019, 11:13 AM
Last Post: krishnanunnik
  Google API OAuth v2 Python oneclick 0 2,075 Sep-09-2019, 05:02 AM
Last Post: oneclick
  Problem with sending text file as an attachment using this Gmail OAuth script downloaderfan 6 6,945 Feb-07-2018, 09:54 PM
Last Post: downloaderfan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020