OAuth Consumer Key
OAuth Consumer Secret

Token Expires At <%= if Qbo.exists? then Qbo.first.token_expires_at end %>
Reconnect Token At <%= if Qbo.exists? then Qbo.first.reconnect_token_at end %>

Note: You need to authenticate after saving your key and secret above
<%= link_to "Authenticate", authenticate_path, :method => :get %>