docs: Apply suggestions from code review
This commit is contained in:
@@ -105,7 +105,7 @@ Refresh a JWT Using a Refresh Token
|
||||
import requests
|
||||
|
||||
# See "Get a JWT with a Username and Password" for how to get a refresh token.
|
||||
# The reponse from that request will include a `refresh_token` attribute.
|
||||
# The response from that request will include a `refresh_token` attribute.
|
||||
refresh_token = token_request.json()['refresh_token']
|
||||
|
||||
refreshed_token_request = requests.post(
|
||||
|
||||
Reference in New Issue
Block a user