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
I wanted to set the token manually without having to use oauth API function but rather manually with OAuthToken service.
It took me quite some time, that it was so simple as
OAuthToken.token = data.token;
Where data.token is the token with token info coming from my api
In my case something like
I wanted to set the token manually without having to use oauth API function but rather manually with OAuthToken service.
It took me quite some time, that it was so simple as
Where data.token is the token with token info coming from my api
In my case something like
I know it seem evident, but what's not written explicitly is not evident. So I suggest you add it in your doc.
The text was updated successfully, but these errors were encountered: