summaryrefslogtreecommitdiffstats
path: root/python/environs/py_user.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-23 16:34:39 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-23 16:34:39 +0000
commita11f5fe9c4dbfae919102824c86c343bd59240c5 (patch)
tree9834c710a52210159d3b1557f914a771e75ce803 /python/environs/py_user.h
parente2f33ecf5a89b10591b77c9666c9d4d57a836799 (diff)
downloadlasso-a11f5fe9c4dbfae919102824c86c343bd59240c5.tar.gz
lasso-a11f5fe9c4dbfae919102824c86c343bd59240c5.tar.xz
lasso-a11f5fe9c4dbfae919102824c86c343bd59240c5.zip
Added lasso_user_get_authentication_method()
Done in Python too.
Diffstat (limited to 'python/environs/py_user.h')
-rw-r--r--python/environs/py_user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/environs/py_user.h b/python/environs/py_user.h
index 51e7ccc3..43f61b47 100644
--- a/python/environs/py_user.h
+++ b/python/environs/py_user.h
@@ -43,6 +43,7 @@ PyObject *user_add_assertion(PyObject *self, PyObject *args);
PyObject *user_destroy(PyObject *self, PyObject *args);
PyObject *user_dump(PyObject *self, PyObject *args);
PyObject *user_get_assertion(PyObject *self, PyObject *args);
+PyObject *user_get_authentication_method(PyObject *self, PyObject *args);
PyObject *user_get_next_assertion_remote_providerID(PyObject *self, PyObject *args);
PyObject *user_remove_assertion(PyObject *self, PyObject *args);