Pkg::CallbackAuthentication — Register callback function
void
CallbackAuthentication
( |
string
args
) ; |
args
Name of the callback handler function. Required callback prototype is map(string url, string message, string username, string password). The returned map must contain these items: $[ "username" : string, "password" : string, "continue" : boolean ]. If "continue" value is false or is missing the authentification (and the download process) is canceled. The callback function is evaluated when user authentication is required to download the requested file.