diff --git a/keystoneauth1/identity/v3/oidc.py b/keystoneauth1/identity/v3/oidc.py index eec06b92..0c1df9f6 100644 --- a/keystoneauth1/identity/v3/oidc.py +++ b/keystoneauth1/identity/v3/oidc.py @@ -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` diff --git a/keystoneauth1/plugin.py b/keystoneauth1/plugin.py index 3551a0d3..b05361f2 100644 --- a/keystoneauth1/plugin.py +++ b/keystoneauth1/plugin.py @@ -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