class OmniAuth::Strategies::Weixin
Constants
- DEFAULT_SCOPE
Public Instance Methods
raw_info()
click to toggle source
# File lib/omniauth/strategies/weixin.rb, line 26 def raw_info @raw_info ||= nil end
token_params()
click to toggle source
Calls superclass method
# File lib/omniauth/strategies/weixin.rb, line 37 def token_params super.tap do |params| params[:parse] = :json params[:appid] = options.client_id params[:secret] = options.client_secret end end