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
On 401 : authorization failed with expiration token, we need to ask for a new token (refresh_token)
It would be nice to have a complete integration of the oAuth flow in this framework.
If I'm correct a solution would be to overload AFHTTPSessionManager: dataTaskWithRequest
I'have made a first try but it is not working yet.
On 401 : authorization failed with expiration token, we need to ask for a new token (refresh_token)
It would be nice to have a complete integration of the oAuth flow in this framework.
If I'm correct a solution would be to overload AFHTTPSessionManager: dataTaskWithRequest
I'have made a first try but it is not working yet.