diff options
Diffstat (limited to 'python/protocols/py_authn_response.h')
-rw-r--r-- | python/protocols/py_authn_response.h | 1 |
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); |