modulepackage
0.0.0-20240126165114-adaad57f60e0
Repository: https://github.com/syntelos/go-auth.git
Documentation: pkg.go.dev
# README
Another OAuth for GOPL
func Token(scopes []string) (token *oauth2.Token)
OAUTH TOKEN application service requires downloaded
[CLIENT] in
~/.goauth/client.json
Command line interface
Run "make" to build a CLI to print the access token, as for caching.
References
[UTIL] https://github.com/google/oauth2l
A copy of OAUTH2L/UTIL has been truncated to its
necessary and essential employment. Note that GOOG
OAUTH2L UTIL has an APACHE license.
# Functions
No description provided by the author
* The Google OAUTH2 Client Credentials is encoded and
* employed distinctly, requiring a dance around the
* packaging situation.
No description provided by the author
No description provided by the author
* Fetch OAuth Token.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author