summaryrefslogtreecommitdiff
path: root/keystoneclient/contrib/auth/v3/oidc.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystoneclient/contrib/auth/v3/oidc.py')
-rw-r--r--keystoneclient/contrib/auth/v3/oidc.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/keystoneclient/contrib/auth/v3/oidc.py b/keystoneclient/contrib/auth/v3/oidc.py
index e2871ac..fc3a356 100644
--- a/keystoneclient/contrib/auth/v3/oidc.py
+++ b/keystoneclient/contrib/auth/v3/oidc.py
@@ -47,7 +47,9 @@ class OidcPassword(federated.FederatedBaseAuth):
username, password, client_id, client_secret,
access_token_endpoint, scope='profile',
grant_type='password'):
- """The OpenID Connect plugin expects the following:
+ """The OpenID Connect plugin.
+
+ It expects the following:
:param auth_url: URL of the Identity Service
:type auth_url: string