<% if (!(typeof oauth_error == 'undefined')) { %>
<%= oauth_error %>
<% } else { %>
<%= tokens.access_token %>
<%= tokens.refresh_token %>
<% } %>