s/access_token/id_token/ for id_token_include_email input (#13)

This commit is contained in:
Yuki Furuyama 2021-09-24 09:45:22 +09:00 committed by GitHub
parent fe9d1eddf5
commit 0583f8fbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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