Fix docstring in identity.v3.oidc module
Docstring for ``_OidcBase._get_keystone_token`` was inconsistent with the arguments passed to the method. Change-Id: I19c97d4b60e18abf95d0d55ae73348d973deec88
This commit is contained in:
parent
787c4d12dd
commit
e250f99b5b
@ -117,11 +117,11 @@ class _OidcBase(federation.FederationBaseAuth):
|
|||||||
:param headers: an Authorization header containing the access token.
|
:param headers: an Authorization header containing the access token.
|
||||||
:type headers_: dict
|
:type headers_: dict
|
||||||
|
|
||||||
:param federated_auth_url: Protected URL for federated authentication,
|
:param federated_token_url: Protected URL for federated authentication,
|
||||||
for example: https://localhost:5000/v3/\
|
for example: https://localhost:5000/v3/\
|
||||||
OS-FEDERATION/identity_providers/bluepages/\
|
OS-FEDERATION/identity_providers/bluepages/\
|
||||||
protocols/oidc/auth
|
protocols/oidc/auth
|
||||||
:type federated_auth_url: string
|
:type federated_token_url: string
|
||||||
"""
|
"""
|
||||||
auth_response = session.post(self.federated_token_url,
|
auth_response = session.post(self.federated_token_url,
|
||||||
headers=headers,
|
headers=headers,
|
||||||
|
Loading…
Reference in New Issue
Block a user