Merge "Correct docs usage of keystoneauth1 session"
This commit is contained in:
commit
2e9bf62a31
@ -466,7 +466,7 @@ class OidcAccessToken(_OidcBase):
|
||||
environment variables.
|
||||
|
||||
:param session: a session object to send out HTTP requests.
|
||||
:type session: keystoneclient.session.Session
|
||||
:type session: keystoneauth1.session.Session
|
||||
|
||||
:returns: a token data representation
|
||||
:rtype: :py:class:`keystoneauth1.access.AccessInfoV3`
|
||||
|
@ -120,7 +120,7 @@ class BaseAuthPlugin(object):
|
||||
"""Return any additional connection parameters required for the plugin.
|
||||
|
||||
:param session: The session object that the auth_plugin belongs to.
|
||||
:type session: keystoneclient.session.Session
|
||||
:type session: keystoneauth1.session.Session
|
||||
|
||||
:returns: Headers that are set to authenticate a message or None for
|
||||
failure. Note that when checking this value that the empty
|
||||
|
Loading…
Reference in New Issue
Block a user