Revision f74d2b69 snf-astakos-client/astakosclient/__init__.py

b/snf-astakos-client/astakosclient/__init__.py
168 168
        return simplejson.loads(unicode(data))
169 169

  
170 170
    # ------------------------
171
    def authenticate(self, token, usage=False):
172
        """Check if user is authenticated Astakos user
171
    def getUserInfo(self, token, usage=False):
172
        """Authenticate user and get user's info as a dictionary
173 173

  
174 174
        Keyword arguments:
175 175
        token   -- user's token (string)

Also available in: Unified diff