From 0583f8fbeb37eff5ae13634c16fb91c230b833df Mon Sep 17 00:00:00 2001 From: Yuki Furuyama Date: Fri, 24 Sep 2021 09:45:22 +0900 Subject: [PATCH] s/access_token/id_token/ for id_token_include_email input (#13) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91ddc3f..9766c1a 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ See [Examples](#examples) for more examples. - `id_token_include_email`: (Optional) Optional parameter of whether to include the service account email in the generated token. If true, the token will contain "email" and "email_verified" claims. This is only valid when - "token_format" is "access_token". The default value is false. + "token_format" is "id_token". The default value is false. ## Outputs