Open ryanleung96 opened 4 years ago
It should appear in the Authorization
request header.
It should appear in the
Authorization
request header.
I don't get it. What I referring to is after the account linking has completed, how my fulfilment server gets the token from Google Assistant?
The legacy Java Actions SDK has the getAccessToken
method to retrieve the token from User
object in fulfilment request.
I use conv.user.params.bearerToken
, as this contains the token.
For me this works great.
From the user schema, the access token field is not listed. How I retrieve the access token issued from my OAuth2 provider for the current user?