Class OAuth2::Strategy::WebServer
In: lib/oauth2/strategy/web_server.rb
Parent: Base

Methods

Public Instance methods

Retrieve an access token given the specified validation code. Note that you must also provide a :redirect_uri option in order to successfully verify your request for most OAuth 2.0 endpoints.

[Validate]