Class: OmniAuth::Strategies::MoneyForwardInvoice

Inherits:
OAuth2
  • Object
show all
Defined in:
lib/omniauth/strategies/moneyforward_invoice.rb

Instance Method Summary collapse

Instance Method Details

#authorize_paramsObject



13
14
15
16
17
# File 'lib/omniauth/strategies/moneyforward_invoice.rb', line 13

def authorize_params
  super.tap do |params|
    params[:scope] = request.params['scope'] if request.params['scope']
  end
end