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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h
index 7f32d315..a9aa3b38 100644
--- a/python/environs/py_login.h
+++ b/python/environs/py_login.h
@@ -42,11 +42,11 @@ PyObject *LassoLogin_wrap(LassoLogin *login);
PyObject *login_getattr(PyObject *self, PyObject *args);
PyObject *login_new(PyObject *self, PyObject *args);
PyObject *login_new_from_dump(PyObject *self, PyObject *args);
+PyObject *login_accept_sso(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_create_user(PyObject *self, PyObject *args);
PyObject *login_dump(PyObject *self, PyObject *args);
PyObject *login_init_authn_request(PyObject *self, PyObject *args);
PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args);