Class: GrapeTokenAuth::TokenValidationAPI

Inherits:
Grape::API
  • Object
show all
Includes:
TokenValidationAPICore
Defined in:
lib/grape_token_auth/apis/token_validation_api.rb

Overview

Stub class for TokenValidation where TokenValidationAPICore gets included which in turn confers the major functionality of the TokenValidationAPI

Class Method Summary collapse

Methods included from TokenValidationAPICore

included

Class Method Details

.resource_scopeObject



23
24
25
# File 'lib/grape_token_auth/apis/token_validation_api.rb', line 23

def resource_scope
  :user
end