<% oauth_application = rodauth.scope.instance_variable_get(:@oauth_application) %>

<%= oauth_application[rodauth.oauth_applications_name_column] %>

Description:
<%= oauth_application[rodauth.oauth_applications_description_column] %>
Homepage URL:
<%= oauth_application[rodauth.oauth_applications_homepage_url_column] %>
Client ID:
<%= oauth_application[rodauth.oauth_applications_client_id_column] %>
Redirect URL:
<%= oauth_application[rodauth.oauth_applications_redirect_uri_column] %>
Scopes:
<%= oauth_application[rodauth.oauth_applications_scopes_column] %>