Class OAuth2::Strategy::AuthCode
In: lib/oauth2/strategy/auth_code.rb
Parent: Base

Methods

Public Instance methods

The required query parameters for the authorize URL

@param [Hash] params additional query parameters

The authorization URL endpoint of the provider

@param [Hash] params additional query parameters for the URL

Retrieve an access token given the specified validation code.

@param [String] code The Authorization Code value @param [Hash] params additional params @param [Hash] opts options @note that you must also provide a :redirect_uri with most OAuth 2.0 providers

[Validate]