Assigned
Status Update
Comments
ba...@google.com <ba...@google.com>
ba...@google.com <ba...@google.com> #2
Thanks for the report. I will route this to the appropriate internal team and update this when I hear back from them.
Description
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
According to the docs on IAP
payloads(
we can expect a `google` key that contains access levels and device id
info. However, the `TokenPayload` interface does not expose this, and so we
can't fetch info from `google` without casting the payload
What you would like to accomplish: google` key that contains access levels and device id info located PayloadToken type in node js auth lib
How this might work:
- Define for the Google key in the payload
- Include a nullable `google` attribute of the above type in the
`TokenPayload` interface
If applicable, reasons why alternative solutions are not sufficient: n/a
Other information (workarounds you have tried, documentation consulted, etc):