googauth

Please see googauth-lib if you want to integrate this tool into your own code.

Features

Help

Using the help section of the program should get you started.

./googauth help

Login

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.

Access token

``` ./googauth accesstoken myprofile

```

ID Token

``` ./googauth idtoken myprofile

```

License

MIT