Class: GrapeTokenAuth::OmniAuthAPI
- Inherits:
-
Grape::API
- Object
- Grape::API
- GrapeTokenAuth::OmniAuthAPI
- Includes:
- OmniAuthAPICore
- Defined in:
- lib/grape_token_auth/apis/omniauth_api.rb
Overview
“Empty” OmniAuth API where OmniAuthAPICore is mounted, defaults to a :user resource class
Class Method Summary collapse
Methods included from OmniAuthAPICore
Class Method Details
.resource_scope ⇒ Object
101 102 103 |
# File 'lib/grape_token_auth/apis/omniauth_api.rb', line 101 def resource_scope :user end |