We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2096c3e + 3f03245 commit 8f04ce2Copy full SHA for 8f04ce2
1 file changed
content/v3/oauth.md
@@ -286,8 +286,10 @@ You can only send one of these scope keys at a time.
286
287
OAuth applications can use a special API method for checking OAuth token
288
validity without running afoul of normal rate limits for failed login attempts.
289
-This method uses **OAuth application client_id and secret** using **Basic
290
-Authentication.** Invalid tokens will return `404 NOT FOUND`.
+Authentication works differently with this particular endpoint. You must use
+Basic Authentication when accessing it, where the username is the OAuth
291
+application `client_id` and the password is its `client_secret`. Invalid tokens
292
+will return `404 NOT FOUND`.
293
294
GET /applications/:client_id/tokens/:access_token
295
0 commit comments