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
Unfortunately the $token is always UsernamePasswordToken never OAuthToken so getToken() is not available. But it's still a normal and working oauth process and there is a normal accesstoken made and stored. I am sure I'm missing something. Anyone has a tip?
EDIT: Ok, I understood now that you first get a UsernamePasswordToken and after that an OAuthToken, but there seems to be no event where I can grab the OAuthToken from directly after the accesstoken is being created.
The text was updated successfully, but these errors were encountered:
I want to get the AccessToken after the user authenticated.
Unfortunately the $token is always UsernamePasswordToken never OAuthToken so getToken() is not available. But it's still a normal and working oauth process and there is a normal accesstoken made and stored. I am sure I'm missing something. Anyone has a tip?
EDIT: Ok, I understood now that you first get a UsernamePasswordToken and after that an OAuthToken, but there seems to be no event where I can grab the OAuthToken from directly after the accesstoken is being created.
The text was updated successfully, but these errors were encountered: