From 6683b86fc30bd5125348628c953546f2fbaf50f3 Mon Sep 17 00:00:00 2001 From: Denis Loginov Date: Sat, 15 Aug 2020 19:04:55 -0400 Subject: [PATCH] Expand README on the token command --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9c98d35..4702fc6 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,12 @@ pip3 install google-yubikey google-yubikey token -a ``` + 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: ```