class GrapeTokenAuth::TokenValidationAPI

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

Public Class Methods

resource_scope() click to toggle source
# File lib/grape_token_auth/apis/token_validation_api.rb, line 23
def resource_scope
  :user
end