Method: OmniAuth::Strategies::Salesforce#callback_phase
- Defined in:
- lib/omniauth/strategies/oauth2/salesforce.rb
#callback_phase ⇒ Object
20 21 22 23 |
# File 'lib/omniauth/strategies/oauth2/salesforce.rb', line 20 def callback_phase [:grant_type] ||= 'authorization_code' super end |