diff options
Diffstat (limited to 'python/lassomod.c')
| -rw-r--r-- | python/lassomod.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/lassomod.c b/python/lassomod.c index 171abf92..75478717 100644 --- a/python/lassomod.c +++ b/python/lassomod.c @@ -268,6 +268,7 @@ static PyMethodDef lasso_methods[] = { {"user_destroy", user_destroy, METH_VARARGS}, {"user_dump", user_dump, METH_VARARGS}, {"user_get_assertion", user_get_assertion, METH_VARARGS}, + {"user_get_authentication_method", user_get_authentication_method, METH_VARARGS}, {"user_get_next_assertion_remote_providerID", user_get_next_assertion_remote_providerID, METH_VARARGS}, {"user_remove_assertion", user_remove_assertion, METH_VARARGS}, |
