From a9927af8f98a37718544597af7ed276cc5269e8c Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Sun, 28 Feb 2016 11:14:19 -0600 Subject: [PATCH] Link to AccessInfoV3 returned from get_raw_token_from_identity_service Developers using get_raw_token_from_identity_service are going to want to know more info about the value returned, so provide them a link to the class docs. Change-Id: Ic1b100f1f362219b64c677dda90faaf51e93cc6a --- keystoneclient/v3/client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/keystoneclient/v3/client.py b/keystoneclient/v3/client.py index 38be932eb..e42452692 100644 --- a/keystoneclient/v3/client.py +++ b/keystoneclient/v3/client.py @@ -262,6 +262,7 @@ EndpointPolicyManager` be used in the request. :returns: access.AccessInfo if authentication was successful. + :rtype: :class:`keystoneclient.access.AccessInfoV3` :raises keystoneclient.exceptions.AuthorizationFailure: if unable to authenticate or validate the existing authorization token. :raises keystoneclient.exceptions.Unauthorized: if authentication fails