# File lib/rack/oauth2/server/token.rb, line 69 def finish attr_missing! write MultiJson.dump(Util.compact_hash(protocol_params)) header['Content-Type'] = 'application/json' header['Cache-Control'] = 'no-store' header['Pragma'] = 'no-cache' super end
# File lib/rack/oauth2/server/token.rb, line 65 def protocol_params access_token.token_response end