s/access_token/id_token/ for id_token_include_email input (#13)
This commit is contained in:
parent
fe9d1eddf5
commit
0583f8fbeb
@ -124,7 +124,7 @@ See [Examples](#examples) for more examples.
|
|||||||
- `id_token_include_email`: (Optional) Optional parameter of whether to
|
- `id_token_include_email`: (Optional) Optional parameter of whether to
|
||||||
include the service account email in the generated token. If true, the token
|
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
|
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
|
## Outputs
|
||||||
|
Loading…
Reference in New Issue
Block a user