summaryrefslogtreecommitdiff
path: root/keystoneclient/auth/identity/v3/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/auth/identity/v3/base.py')
-rw-r--r--keystoneclient/auth/identity/v3/base.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/keystoneclient/auth/identity/v3/base.py b/keystoneclient/auth/identity/v3/base.py
index a904fa9..43a0bd7 100644
--- a/keystoneclient/auth/identity/v3/base.py
+++ b/keystoneclient/auth/identity/v3/base.py
@@ -245,8 +245,10 @@ class AuthMethod(object):
@six.add_metaclass(abc.ABCMeta)
class AuthConstructor(Auth):
- """AuthConstructor is a means of creating an Auth Plugin that contains
- only one authentication method. This is generally the required usage.
+ """Abstract base class for creating an Auth Plugin.
+
+ The Auth Plugin created contains only one authentication method. This
+ is generally the required usage.
An AuthConstructor creates an AuthMethod based on the method's
arguments and the auth_method_class defined by the plugin. It then