Sha256: 6797753dca5a58b8f4b517231858eb05687982c23270ae1fa7f025ebfd199f1f
Contents?: true
Size: 737 Bytes
Versions: 1
Compression:
Stored size: 737 Bytes
Contents
<% oauth_application = rodauth.scope.instance_variable_get(:@oauth_application) %> <div> <h2><%= oauth_application[rodauth.oauth_applications_name_column] %></h2> <dl> <dt>Description: </dt> <dd><%= oauth_application[rodauth.oauth_applications_description_column] %></dd> <dt>Homepage URL: </dt> <dd><%= oauth_application[rodauth.oauth_applications_homepage_url_column] %></dd> <dt>Client ID: </dt> <dd><%= oauth_application[rodauth.oauth_applications_client_id_column] %></dd> <dt>Redirect URL: </dt> <dd><%= oauth_application[rodauth.oauth_applications_redirect_uri_column] %></dd> <dt>Scopes: </dt> <dd><%= oauth_application[rodauth.oauth_applications_scopes_column] %></dd> </dl> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rodauth-oauth-0.7.4 | lib/generators/rodauth/oauth/templates/app/views/rodauth/oauth_application.html.erb |