We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b919555 commit a4f0c52Copy full SHA for a4f0c52
gitlab/v4/objects.py
@@ -260,11 +260,6 @@ class CurrentUserManager(GetWithoutIdMixin, RESTManager):
260
_path = '/user'
261
_obj_cls = CurrentUser
262
263
- def credentials_auth(self, email, password):
264
- data = {'email': email, 'password': password}
265
- server_data = self.gitlab.http_post('/session', post_data=data)
266
- return CurrentUser(self, server_data)
267
-
268
269
class ApplicationSettings(SaveMixin, RESTObject):
270
_id_attr = None
0 commit comments