diff options
Diffstat (limited to 'python/environs/py_login.h')
| -rw-r--r-- | python/environs/py_login.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/environs/py_login.h b/python/environs/py_login.h index 4956aff7..cb48de1c 100644 --- a/python/environs/py_login.h +++ b/python/environs/py_login.h @@ -45,5 +45,7 @@ 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_init_authn_request(PyObject *self, PyObject *args); +PyObject *login_init_from_authn_request_msg(PyObject *self, PyObject *args); +PyObject *login_must_authenticate(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_LOGIN_H__ */ |
