Method: OAuth2::Provider::Rack::Responses#insufficient_scope!

Defined in:
lib/oauth2/provider/rack/responses.rb

#insufficient_scope!Object



27
28
29
# File 'lib/oauth2/provider/rack/responses.rb', line 27

def insufficient_scope!
  throw_response OAuth2::Provider::Rack::Responses.json_error('insufficient_scope', :status => 403)
end