GAppsLoginDialog
Description
In BBj11.0 and higher, the GAppsLoginDialog class is one of the BBj CustomObjects that comprises the GApps utility. This class can used in a BBj application to obtain the necessary user credentials via a login dialog to authenticate with a Goolge Sites service.
Creation
The GAppsLoginDialog class is found in <bbj install>/utils/gapps/gapps.bbj.
GAppsLoginDialog(GAppsService service)
Parameters
| Return Value | Description | 
| service | Specifies the GAppsService to which the user needs to be authenticated. | 
Methods of GAppLoginDialog
| Return Value | Method | 
| int | doModal() | 
| string | getUser() | 
| string | |
| boolean | 
Remarks
This method is dependent on a GUI client.
Constants
| Name | Value | 
| CANCELLED | 0 | 
| OK | 1 | 
Example
|  |