class Doorkeeper::OAuth::TokenResponse

def headers

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