Rank 1: Thread
Hi! i am using createEmailSession but when i view the http payload it doesn't has providerAccessToken. is it right?
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 1: Thread
Hi! i am using createEmailSession but when i view the http payload it doesn't has providerAccessToken. is it right?
Rank 1: Thread
Create Email Session payload
Admin
Yes, that is expected. That's only populated when using OAuth2
Rank 1: Thread
Yes! by the way i use flutter, and when print session, i see "instance of session". How can i claim full data? i see you help with answer "You can mouseover the variable or use autocomplete to see what properties are available." but i don't understand it. sorry i am begginer to flutter.
Rank 1: Thread
Admin
Yes, this is the default behavior for all objects.
Admin
See this for the autocomplete example: https://code.visualstudio.com/docs/editor/intellisense
Rank 1: Thread
Ok. I got it! Tks a lot!