Class: OmniAuth::Strategies::Bigcartel
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Bigcartel
- Defined in:
- lib/omniauth/strategies/bigcartel.rb
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
31 32 33 |
# File 'lib/omniauth/strategies/bigcartel.rb', line 31 def raw_info @raw_info ||= MultiJson.decode(access_token.get("/account").body) end |