diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-23 16:34:39 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-23 16:34:39 +0000 |
| commit | a11f5fe9c4dbfae919102824c86c343bd59240c5 (patch) | |
| tree | 9834c710a52210159d3b1557f914a771e75ce803 /python/environs/py_user.h | |
| parent | e2f33ecf5a89b10591b77c9666c9d4d57a836799 (diff) | |
| download | lasso-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.h | 1 |
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); |
