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 have a working project to use Restkit to retrieve resources from backend API. Now I want to enable user authentication (Oauth2 standard) with OAuthClient library because Restkit doesn't support so. My question is, how can I pass the access token to Restkit after successfully logging in with OAuth2Client?
The text was updated successfully, but these errors were encountered:
I have a working project to use Restkit to retrieve resources from backend API. Now I want to enable user authentication (Oauth2 standard) with OAuthClient library because Restkit doesn't support so. My question is, how can I pass the access token to Restkit after successfully logging in with OAuth2Client?
The text was updated successfully, but these errors were encountered: