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 a85cd79e..a33589cd 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -227,6 +227,9 @@ class Response: def init(self, authentication_result): return lassomod.response_init(self, authentication_result) + def add_assertion(self, assertion): + return lassomod.response_add_assertion(self, assertion) + class Node: def __init__(self, _obj=None): """ |
