diff options
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lasso.py b/python/lasso.py index dd8690c9..71e170f8 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -861,8 +861,8 @@ class User: def get_assertion(self, providerID): return Node(lassomod.user_get_assertion(self, providerID)) - def get_next_providerID(self): - return lassomod.user_get_next_providerID(self) + def get_next_assertion_remote_providerID(self): + return lassomod.user_get_next_assertion_remote_providerID(self) def remove_assertion(self, providerID): lassomod.user_remove_assertion(self, providerID) |
