projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb4d543
)
LP#1724915: update the API doc for open-ils.auth.session.retrieve
user/gmcharlt/lp1724915_signoff
author
Galen Charlton
<gmc@equinoxinitiative.org>
Wed, 8 Nov 2017 17:30:07 +0000
(12:30 -0500)
committer
Galen Charlton
<gmc@equinoxinitiative.org>
Wed, 8 Nov 2017 17:34:45 +0000
(12:34 -0500)
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
Open-ILS/src/c-apps/oils_auth.c
patch
|
blob
|
history
diff --git
a/Open-ILS/src/c-apps/oils_auth.c
b/Open-ILS/src/c-apps/oils_auth.c
index
35199e8
..
b87d1ca
100644
(file)
--- a/
Open-ILS/src/c-apps/oils_auth.c
+++ b/
Open-ILS/src/c-apps/oils_auth.c
@@
-104,7
+104,7
@@
int osrfAppInitialize() {
"returned to the caller along with the user object. If a 3rd "
"non-zero parameter is passed, the auth timeout will not be reset."
"Returns the user object (password blanked) for the given login session "
- "PARAMS( authToken )", 1, 0 );
+ "PARAMS( authToken
[, returnTime[, doNotResetSession]]
)", 1, 0 );
osrfAppRegisterMethod(
MODULENAME,