Class: OmniAuth::Strategies::Shootproof

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



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