Class: GrapeTokenAuth::ConfirmationAPI

Inherits:
Grape::API
  • Object
show all
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

included

Class Method Details

.resource_scopeObject



43
44
45
# File 'lib/grape_token_auth/apis/confirmation_api.rb', line 43

def resource_scope
  :user
end