summaryrefslogtreecommitdiffstats
path: root/python/lassomod.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/lassomod.c')
-rw-r--r--python/lassomod.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c
index 846e07e3..ce18c5e4 100644
--- a/python/lassomod.c
+++ b/python/lassomod.c
@@ -207,7 +207,10 @@ static PyMethodDef lasso_methods[] = {
{"login_new_from_dump", login_new_from_dump, METH_VARARGS},
{"login_build_artifact_msg", login_build_artifact_msg, METH_VARARGS},
{"login_build_authn_request_msg", login_build_authn_request_msg, METH_VARARGS},
+ {"login_build_authn_response_msg", login_build_authn_response_msg, METH_VARARGS},
{"login_build_request_msg", login_build_request_msg, METH_VARARGS},
+ {"login_dump", login_dump, METH_VARARGS},
+ {"login_handle_authn_response_msg", login_handle_authn_response_msg, METH_VARARGS},
{"login_handle_request_msg", login_handle_request_msg, METH_VARARGS},
{"login_init_authn_request", login_init_authn_request, METH_VARARGS},
{"login_init_from_authn_request_msg", login_init_from_authn_request_msg, METH_VARARGS},