Hi! i am using createEmailSession but when i view the http payload it doesn't has providerAccessToken. is it right?
Create Email Session payload
Yes, that is expected. That's only populated when using OAuth2
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.
Yes, this is the default behavior for all objects.
See this for the autocomplete example: https://code.visualstudio.com/docs/editor/intellisense
Ok. I got it! Tks a lot!
Recommended threads
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...
- Expected a value of type 'bool', but got...
I am trying to get current User, but get this error message when I do. I get back user prefs, but error comes from trying account.get() So I am getting User. I ...
- Problem accessing api via local host.
I think i set the Endpoint correctly in my config.ts als the cloud.appwrite url but when i try to create a user I get this Error message: Access to XMLHttpReque...