<%= !_.isUndefined( definition.name ) ? definition.name : definitionKey %>
<%= definition.type %>
<% } else { %>
N/A
<% } %>
Provided in the <%=definition.in%>
of the request
<%= definition.description.replace(/(?:\r\n|\r|\n)/g, '
') %>
Definition description unavailable.
<% } %>
Authorization URL:
<%=definition.authorizationUrl%>
<% if( !_.isUndefined( definition.tokenUrl ) ) { %>
Token URL <%=definition.tokenUrl%>
<% } %>
OAuth Flow <%=definition.flow%>
<%= formatJSONRaw( JSON.stringify( definition.scopes ) ).trim() %>