Sha256: 901f31c49b7e8499c723fabeb2e0753e3e9029019edfc8c79b0b5f2f4f95102c
Contents?: true
Size: 592 Bytes
Versions: 4
Compression:
Stored size: 592 Bytes
Contents
<div class="opro"> <p>Copy these credentials down for use in your application</p> <table> <tr><td>Name: </td><td><%= @client_app.name %></td></tr> <tr><td>Client Id: </td><td><%= @client_app.app_id %></td></tr> <tr><td>Secret: </td><td><%= @client_app.app_secret %></td></tr> </table> <%= link_to "edit", edit_oauth_client_app_path(@client_app) %> <hr /> <p> Read the <%= link_to 'Quick Start Documentation', oauth_doc_path(:quick_start) %> or <%= link_to 'Register Another OAuth Client App', new_oauth_client_app_path %> </p> </div>
Version data entries
4 entries across 4 versions & 1 rubygems