summaryrefslogtreecommitdiffstats
path: root/python/environs/py_login.h
diff options
context:
space:
mode:
Diffstat (limited to 'python/environs/py_login.h')
-rw-r--r--python/environs/py_login.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 8fed53ae..3c50fe9f 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -44,7 +44,10 @@ PyObject *login_new(PyObject *self, PyObject *args);
PyObject *login_new_from_dump(PyObject *self, PyObject *args);
PyObject *login_build_artifact_msg(PyObject *self, PyObject *args);
PyObject *login_build_authn_request_msg(PyObject *self, PyObject *args);
+PyObject *login_build_authn_response_msg(PyObject *self, PyObject *args);
PyObject *login_build_request_msg(PyObject *self, PyObject *args);
+PyObject *login_dump(PyObject *self, PyObject *args);
+PyObject *login_handle_authn_response_msg(PyObject *self, PyObject *args);
PyObject *login_handle_request_msg(PyObject *self, PyObject *args);
PyObject *login_init_authn_request(PyObject *self, PyObject *args);
PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args);