Please see googauth-lib if you want to integrate this tool into your own code.
Using the help section of the program should get you started.
./googauth help
Every required command parameter can be provided using a long form ./googauth --long "mylong"
,
a short form ./googauth -s "myshort"
, as well as an environment variable ENV="myenv" ./googauth [...]
.
Use the login command with a profile name and parameter values for all the required parameters.
./googauth login myprofile \
--scopes "scope1,scope2,scope3" \
--id "my_client_id" \
--secret "my_client_secret"
At this point your default browser should start and you can login to your Google account.
If the browser doesn't start, you can use the URL that is printed to the terminal.
``` ./googauth accesstoken myprofile
``` ./googauth idtoken myprofile
MIT