Skip to content

Commit

Permalink
Expand README on the token command
Browse files Browse the repository at this point in the history
  • Loading branch information
dinvlad committed Aug 15, 2020
1 parent 324ecbc commit 6683b86
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ pip3 install google-yubikey
google-yubikey token -a <service_account_email>
```

By default, this command will generate a Google OAuth 2.0 _access token_.
You can also generate an _ID token_ using `-t id`.

The command prints the token to standard output, so it can
be easily assigned to a variable for integration into your scripts.

5. Further customization options are available through:

```
Expand Down

0 comments on commit 6683b86

Please sign in to comment.