From ef7217854bbb67d126bb1c0c36db1d7e5725835f Mon Sep 17 00:00:00 2001 From: Ed Grau Date: Tue, 28 Jun 2022 23:04:25 -0500 Subject: [PATCH] Fix minor typo in auth_api.md (#1378) --- docs/auth_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/auth_api.md b/docs/auth_api.md index ef762484..c3b3ac29 100644 --- a/docs/auth_api.md +++ b/docs/auth_api.md @@ -135,7 +135,7 @@ An HTTP status code of 400 will be returned if an invalid request has been issue ### Revoking a refresh token :::tip -`client_id` is not need for revoke refresh token +`client_id` is not required to revoke a refresh token ::: The token endpoint is also capable of revoking a refresh token. Revoking a refresh token will immediately revoke the refresh token and all access tokens that it has ever granted. To revoke a refresh token, make the following request: