modulepackage
0.0.0-20180206031421-ca2db6b85336
Repository: https://github.com/asjoyner/googoauth.git
Documentation: pkg.go.dev
# README
googoauth
Google OAuth helper library
So, you want to make an OAuth connection to Google?
This library encapsulates the wisdom of having done it for a few applications. It attempts to provide as simple an interface as possible for quick command-line applications that need to persist credentials via OAuth.
For a simple example usage, see https://github.com/asjoyner/add_alias
# Functions
Client accepts the connection details, and makes an oAuth connection
id and secret are the CLIENT ID and CLIENT SECRET which you can generate at the Google Developer Console: http://console.developers.google.com You want an "Installed Application" of type "Other".
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author