nxtbgthng / OAuth2Client

Client library for OAuth2 (currently built against draft 10 of the OAuth2 spec)
855 stars 217 forks source link

How does OAuth2Client cooperate with Restkit? #176

Open emersonku opened 9 years ago

emersonku commented 9 years ago

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?