Update comment to match correct form parameter (#81270)

Updated `refresh_token` to match value in the form payload from line 63.
pull/81276/head
Scott Harwell 1 year ago committed by GitHub
parent 765b2bd783
commit 9d6179780c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ class KeycloakToken(object):
# - build a request to POST to auth_url # - build a request to POST to auth_url
# - body is form encoded # - 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' # - 'grant_type' is 'refresh_token'
# - 'client_id' is 'cloud-services' # - 'client_id' is 'cloud-services'
# - should probably be based on the contents of the # - should probably be based on the contents of the

Loading…
Cancel
Save