From eb682633945cdd2cfafb3fb082b9c9b6b5e31bba Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 22 Jul 2004 00:47:01 +0000 Subject: Added method set_consent in LibAuthnRequest class --- python/xml/py_lib_authn_request.h | 1 + 1 file changed, 1 insertion(+) (limited to 'python/xml/py_lib_authn_request.h') 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); -- cgit