X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauthconn.py;h=15d0d99747c6461153ad91a1d7f7de1abfd6b1e8;hp=140e0245e76867613dfa54d12bcc013e6d556c9f;hb=bdebce96965945c2ce86d80c60c17091c1a7fd42;hpb=c844536bb27c39aa48988284c5a0d7b404930a8a diff --git a/osm_nbi/authconn.py b/osm_nbi/authconn.py index 140e024..15d0d99 100644 --- a/osm_nbi/authconn.py +++ b/osm_nbi/authconn.py @@ -119,13 +119,13 @@ class Authconn: """ self.config = config - def authenticate(self, user, password, project=None, token=None): + def authenticate(self, user, password, project=None, token_info=None): """ - Authenticate a user using username/password or token, plus project + Authenticate a user using username/password or token_info, plus project :param user: user: name, id or None :param password: password or None :param project: name, id, or None. If None first found project will be used to get an scope token - :param token: previous token to obtain authorization + :param token_info: previous token_info to obtain authorization :return: the scoped token info or raises an exception. The token is a dictionary with: _id: token string id, username: username,