diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 11:07:45 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-31 11:07:45 +0000 |
| commit | 25e64724fc518824345f9ef56225c549eee2cb39 (patch) | |
| tree | 3b9cfa0329ca3e6c8495512f01b97391530288dc | |
| parent | fb459ca48cfb520ffdcfd23a084510a8170d0da1 (diff) | |
documented remaining #LassoLogin function, lasso_login_validate_request_msg
| -rw-r--r-- | lasso/id-ff/login.c | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/lasso/id-ff/login.c b/lasso/id-ff/login.c index b238173d..6bfea470 100644 --- a/lasso/id-ff/login.c +++ b/lasso/id-ff/login.c @@ -1463,6 +1463,15 @@ lasso_login_dump(LassoLogin *login) } +/** + * lasso_login_validate_request_msg: + * @authentication_result: whether user has authenticated succesfully + * @is_consent_obtained: whether user consent has been obtained + * + * Initializes a response to the authentication request received. + * + * Return value: 0 on success; or a negative value otherwise. + **/ int lasso_login_validate_request_msg(LassoLogin *login, gboolean authentication_result, gboolean is_consent_obtained) @@ -1514,4 +1523,3 @@ lasso_login_validate_request_msg(LassoLogin *login, gboolean authentication_resu return ret; } - |
