chrisnharvey / oauth

Authorize users in your application with multiple OAuth 1.0 and OAuth 2.0 providers.
12 stars 4 forks source link

Add method for retreiving access token #2

Closed chrisnharvey closed 11 years ago

chrisnharvey commented 11 years ago

Add a method into the Provider class to retrieve the access token and refresh token. This is so the implementer can store the tokens and use them to make requests to the respective API.