diff options
Diffstat (limited to 'python/xml/py_lib_authn_request.h')
-rw-r--r-- | python/xml/py_lib_authn_request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/xml/py_lib_authn_request.h b/python/xml/py_lib_authn_request.h index a718c8bb..b6e98ce0 100644 --- a/python/xml/py_lib_authn_request.h +++ b/python/xml/py_lib_authn_request.h @@ -39,6 +39,8 @@ PyObject *LassoLibAuthnRequest_wrap(LassoLibAuthnRequest *request); PyObject *lib_authn_request_new(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); PyObject *lib_authn_request_set_protocolProfile(PyObject *self, PyObject *args); +PyObject *lib_authn_request_set_relayState(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_LIB_AUTHN_REQUEST_H__ */ |