diff options
Diffstat (limited to 'python/lasso.py')
| -rw-r--r-- | python/lasso.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/lasso.py b/python/lasso.py index 43fb3a29..8b2a238e 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -290,6 +290,9 @@ class LibAuthnRequest(Node): if _obj is None: raise Error('lasso_lib_authn_request_new() failed') Node.__init__(self, _obj=_obj) + def set_consent(self, consent): + lassomod.lib_authn_request_set_consent(self, consent) + def set_forceAuthn(self, forceAuthn): lassomod.lib_authn_request_set_forceAuthn(self, forceAuthn) |
