diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-11 22:13:42 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-11 22:13:42 +0000 |
| commit | c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66 (patch) | |
| tree | 68f2c852a9fb6491f3c6953f9c32a10dabd1e3e3 /python/lasso.py | |
| parent | 9f85a16d977b9724c2ef45e819a03ed4c00d6cdc (diff) | |
| download | lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.tar.gz lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.tar.xz lasso-c1ffd41e7599ac1502c29d0a04a2b1ca289d7f66.zip | |
*** empty log message ***
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 8f6df7c1..c171ac33 100644 --- a/python/lasso.py +++ b/python/lasso.py @@ -874,6 +874,9 @@ class Login: def build_request_msg(self): return lassomod.login_build_request_msg(self) + def handle_authn_response_msg(self, authn_response_msg): + return lassomod.login_handle_authn_response_msg(self, authn_response_msg) + def handle_request_msg(self, request_msg): return lassomod.login_handle_request_msg(self, request_msg) |
