Skip to content

Commit

Permalink
Merge pull request #87 from SeeClickFix/pjm/feat/tp-187377-update-api…
Browse files Browse the repository at this point in the history
…-auth-fix-line-break
  • Loading branch information
ssawyer1024 committed Sep 3, 2024
1 parent 31b0017 commit ed10b3c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions v2/overview/authentication/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,12 @@

<h1 id="authentication">Authentication</h1>

<p>SeeClickFix currently supports the following authentication methods for access to API v2.
1. Token Authentication
1. OAauth2 Authentication</p>
<p>SeeClickFix currently supports the following authentication methods for access to API v2.</p>

<ol>
<li>Token Authentication</li>
<li>OAauth2 Authentication</li>
</ol>

<h3 id="token-authentication">Token Authentication</h3>
<p>This method is appropriate for API access. It is a secret that is included as a request header.</p>
Expand Down

0 comments on commit ed10b3c

Please sign in to comment.