The "kebab-case" classname of the emitter that raised the event.
OpenFin.Frame is represented as iframe
.
The type of event that was raised. Equal to the typename of the event payload in "kebab case".
Guaranteed to be unique within each topic, but can be repeated between topics (e.g. WebContentsEvents.CrashedEvent and ApplicationEvents.CrashedEvent).
Generated when a window within this application requires credentials from the user.
Remarks
When a proxy exists, our default behavior shows an auth dialog, and asks users to enter their username and password. If you would like to change the default behavior, you can use the 'window-auth-requested' event to override it.
Show customized auth dialog instead of default auth dialog:
Don't show any auth dialog:
User defined function. For example, showing a single dialog, alerting a support team and so on: