Class: OmniAuth::Strategies::GitLab

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

Instance Method Summary collapse

Instance Method Details

#raw_infoObject



26
27
28
# File 'lib/omniauth/strategies/gitlab.rb', line 26

def raw_info
  @raw_info ||= access_token.get('user').parsed
end