# File lib/doorkeeper/oauth/token_response.rb, line 25 def headers { 'Cache-Control' => 'no-store', 'Pragma' => 'no-cache', 'Content-Type' => 'application/json; charset=utf-8' } end