apply suggestions from review, and other clarifications

This commit is contained in:
Hubert Chathi 2022-05-31 16:19:15 -04:00
parent 84747f90e8
commit 91b2a49b6f
2 changed files with 51 additions and 44 deletions

View file

@ -42,6 +42,9 @@ paths:
not make any assumptions about the old access token still being valid,
and should use the newly provided access token instead.
The old refresh token remains valid until the new access token or refresh token
is used, at which point the old refresh token is revoked.
Note that this endpoint does not require authentication, since
authentication is provided via the refresh token.