Class: OmniAuth::Strategies::Shootproof
- Inherits:
-
OAuth2
- Object
- OAuth2
- OmniAuth::Strategies::Shootproof
- Defined in:
- lib/omniauth/strategies/shootproof.rb
Instance Method Summary collapse
Instance Method Details
#raw_info ⇒ Object
44 45 46 47 48 49 50 51 |
# File 'lib/omniauth/strategies/shootproof.rb', line 44 def raw_info @raw_info ||= { token: access_token.token, refresh_token: access_token.refresh_token, expires_at: access_token.expires_at, expires_in: access_token.expires_in } end |