class Doorkeeper::OAuth::TokenResponse

def headers

def headers
  { 'Cache-Control' => 'no-store',
    'Pragma' => 'no-cache',
    'Content-Type' => 'application/json; charset=utf-8' }
end