#{
params = [*rodauth.oauth_application_required_params, "client_id", "client_secret"]
if rodauth.features.include?(:oauth_jwt)
params += %w[jws_jwk jwt_public_key]
end
params.map do |param|
"- #{rodauth.send(:"oauth_applications_#{param}_label")}:
" +
"- #{@oauth_application[rodauth.send(:"oauth_applications_#{param}_column")]}
"
end.join
}
#{rodauth.oauth_application_oauth_tokens_page_title}