Skip to content

Commit

Permalink
Update comment to match correct form parameter (ansible#81270)
Browse files Browse the repository at this point in the history
Updated `refresh_token` to match value in the form payload from line 63.
  • Loading branch information
scottharwell committed Jul 15, 2023
1 parent 765b2bd commit 9d61797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/galaxy/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get(self):

# - build a request to POST to auth_url
# - body is form encoded
# - 'request_token' is the offline token stored in ansible.cfg
# - 'refresh_token' is the offline token stored in ansible.cfg
# - 'grant_type' is 'refresh_token'
# - 'client_id' is 'cloud-services'
# - should probably be based on the contents of the
Expand Down

0 comments on commit 9d61797

Please sign in to comment.