Sha256: bc3f0cd47559d1952f1e2d0f4af3fb465d57534f06dc355d13e85ffa9ede839c
Contents?: true
Size: 532 Bytes
Versions: 14
Compression:
Stored size: 532 Bytes
Contents
<h2>Success! Here is your OAuth Client's Credentials</h2> <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> <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>
Version data entries
14 entries across 14 versions & 1 rubygems