summaryrefslogtreecommitdiffstats
path: root/python/protocols/py_authn_response.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-13 23:55:48 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-13 23:55:48 +0000
commita126ff51729dfd323186ab19c71dc84a1eba74ff (patch)
tree37c82de9b3953b46dd42262f21b5552454722b5f /python/protocols/py_authn_response.h
parentbf2f894ddd6284fb6414b6a0920a43f11c348711 (diff)
downloadlasso-a126ff51729dfd323186ab19c71dc84a1eba74ff.tar.gz
lasso-a126ff51729dfd323186ab19c71dc84a1eba74ff.tar.xz
lasso-a126ff51729dfd323186ab19c71dc84a1eba74ff.zip
authn_response_new_from_export() function added
Diffstat (limited to 'python/protocols/py_authn_response.h')
-rw-r--r--python/protocols/py_authn_response.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/protocols/py_authn_response.h b/python/protocols/py_authn_response.h
index 429745bd..f3d54c0f 100644
--- a/python/protocols/py_authn_response.h
+++ b/python/protocols/py_authn_response.h
@@ -39,6 +39,7 @@ PyObject *LassoAuthnResponse_wrap(LassoAuthnResponse *response);
PyObject *authn_response_getattr(PyObject *self, PyObject *args);
PyObject *authn_response_new_from_dump(PyObject *self, PyObject *args);
+PyObject *authn_response_new_from_export(PyObject *self, PyObject *args);
PyObject *authn_response_new_from_request_query(PyObject *self, PyObject *args);
PyObject *authn_response_must_authenticate(PyObject *self, PyObject *args);
PyObject *authn_response_process_authentication_result(PyObject *self, PyObject *args);