Blue Mango Learning Systems GLX Application Framework version 1.2.0 build 1

Printer friendly version

command glxapp_answerAuthentication

Displays the credentials authentication dialog for libURL authentication callbacks.

command glxapp_answerAuthentication pType, pShowDomain, pForURL
Parameters
TypeNameDescription
Simple parameter. pType The type of authentication that is being asked for. "standard" or "proxy server". Default is "standard".
Simple parameter. pShowDomain If true then the domain field will be displayed to the user. Useful for NTLM authentication.
Simple parameter. pForURL The url that the dialog is being displayed.
Description

This command will display the 'glxappAuthenticate' stack if it is loaded in memory.

This command is called internally by the framework. You normally won't have to call this on your own.

See also