Where is the JWT ID Token after I do Account Linking by Google-sign in for my app in Google Assistant?

200 Views Asked by At

I have enabled Account Linking by Google Sign-in following this method [Account linking with Google Sign-In][1]. It says I am supposed to receive a JWT Google ID Token with each call. From where I should extract user information. But in my webhook endpoint I am getting below information {"handler":{"name":"create_user"},"intent":{"name":"","params":{"AccountLinkingSlot":{"original":"","resolved":"LINKED"}},"query":""},"scene":{"name":"Main_AccountLinking","slotFillingStatus":"FINAL","slots":{"AccountLinkingSlot":{"mode":"REQUIRED","status":"SLOT_UNSPECIFIED","updated":false,"value":"LINKED"}},"next":{"name":"Main"}},"session":{"id":"ABwppHExhpgFArUhkwMtFsGCHLkgH9-Ixar7iSZFv9lwtKoilI2gN1Cuh-0FEvVN6f3x5v_BN8t0o4EhRB479w","params":{"AccountLinkingSlot":"LINKED"},"typeOverrides":[],"languageCode":""},"user":{"locale":"en-US","params":{},"accountLinkingStatus":"LINKED","verificationStatus":"VERIFIED","packageEntitlements":[],"lastSeenTime":"2020-09-18T21:57:48Z"},"home":{"params":{}},"device":{"capabilities":["SPEECH","RICH_RESPONSE","LONG_FORM_AUDIO"]}}

So where is the ID Token? Please guide me. [1]: https://developers.google.com/assistant/identity/google-sign-in

0

There are 0 best solutions below