% content_for :heading do %>
<%= raw t("oauth.oauthorize_success.allowed", :app_name => link_to(@token.client_application.name, @token.client_application.url)) %>
<% if @token.oob? and not @token.oauth10? %><%= t "oauth.oauthorize_success.verification", :code => @token.verifier %>
<% end %>