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 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) |
