% content_for :heading do %>
<%= t '.key' %> <%= @client_application.key %>
<%= t '.secret' %> <%= @client_application.secret %>
<%= t '.url' %> http<%= 's' if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.request_token_path %>
<%= t '.access_url' %> http<%= 's' if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.access_token_path %>
<%= t '.authorize_url' %> http<%= 's' if request.ssl? %>://<%= request.host_with_port %><%= @client_application.oauth_server.authorize_path %>
<%= t '.requests' %>
<%= t '.support_notice' %>