You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the SDK does not store the OAuth token and secret. It will fetch them and configure the API client with them when the user authenticates, but the application itself is responsible for persisting the values and setting them on the API client on subsequent app launches. The SDK should take care of this instead.
The text was updated successfully, but these errors were encountered:
Currently the SDK does not store the OAuth token and secret. It will fetch them and configure the API client with them when the user authenticates, but the application itself is responsible for persisting the values and setting them on the API client on subsequent app launches. The SDK should take care of this instead.
The text was updated successfully, but these errors were encountered: