diff options
Diffstat (limited to 'python/xml/py_lib_authn_request.h')
-rw-r--r-- | python/xml/py_lib_authn_request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/xml/py_lib_authn_request.h b/python/xml/py_lib_authn_request.h index b6e98ce0..9b142bca 100644 --- a/python/xml/py_lib_authn_request.h +++ b/python/xml/py_lib_authn_request.h @@ -37,6 +37,7 @@ typedef struct { PyObject *LassoLibAuthnRequest_wrap(LassoLibAuthnRequest *request); PyObject *lib_authn_request_new(PyObject *self, PyObject *args); +PyObject *lib_authn_request_set_consent(PyObject *self, PyObject *args); PyObject *lib_authn_request_set_forceAuthn(PyObject *self, PyObject *args); PyObject *lib_authn_request_set_isPassive(PyObject *self, PyObject *args); PyObject *lib_authn_request_set_nameIDPolicy(PyObject *self, PyObject *args); |