diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-11 03:09:12 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-07-11 03:09:12 +0000 |
| commit | 210693c46dc8de2faf0e26c04a45e64a1e0b26bb (patch) | |
| tree | 1961d5b407c6b85bec4da3ed1c857a03ebdb717d /python/lasso.py | |
| parent | e1580d4b512b7fdbaed988e50b8069b66ff688d5 (diff) | |
| download | lasso-210693c46dc8de2faf0e26c04a45e64a1e0b26bb.tar.gz lasso-210693c46dc8de2faf0e26c04a45e64a1e0b26bb.tar.xz lasso-210693c46dc8de2faf0e26c04a45e64a1e0b26bb.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 009bb867..8f6df7c1 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_request_msg(self, request_msg): + return lassomod.login_handle_request_msg(self, request_msg) + def init_authn_request(self, remote_providerID): return lassomod.login_init_authn_request(self, remote_providerID) |
