Class: GrapeTokenAuth::ConfirmationAPI
- Inherits:
-
Grape::API
- Object
- Grape::API
- GrapeTokenAuth::ConfirmationAPI
- Includes:
- ConfirmationAPICore
- Defined in:
- lib/grape_token_auth/apis/confirmation_api.rb
Overview
“Empty” Confirmation API where OmniAuthAPICore is mounted, defaults to a :user resource class
Class Method Summary collapse
Methods included from ConfirmationAPICore
Class Method Details
.resource_scope ⇒ Object
43 44 45 |
# File 'lib/grape_token_auth/apis/confirmation_api.rb', line 43 def resource_scope :user end |