Classes - Helpers
Provides static methods to initiate authentication via a popup window or an embedded iframe.
Uses `ConfigHelper` to initialize and validate configuration, and `EventHelper` to manage
cross-window event communication with the Fireguard auth page.
FiremittHelper
Classes - Helpers
This class provides static methods to construct and validate configuration objects for Firemitt and Fireguard.
It handles dimensions, positions, URLs, and Fireguard specific configurations including theme and Firebase settings.
ConfigHelper
Classes - Helpers
This class provides static methods to encode and decode messages using Base64 encoding. It is designed to work with
`TMessage` type, allowing for serialization and deserialization of messages.
Base64helper
Classes - Helpers
This class provides static methods to initialize the event system, send encoded messages, and listen for specific event types.
It uses the `Base64helper` class for encoding and decoding messages.
EventHelper
Classes - Helpers
Provides static methods to initiate authentication via a popup window or an embedded iframe.
Uses `ConfigHelper` to initialize and validate configuration, and `EventHelper` to manage
cross-window event communication with the Fireguard auth page.
FiremittHelper
Classes - Helpers
This class provides static methods to construct and validate configuration objects for Firemitt and Fireguard.
It handles dimensions, positions, URLs, and Fireguard specific configurations including theme and Firebase settings.
ConfigHelper
Classes - Helpers
This class provides static methods to encode and decode messages using Base64 encoding. It is designed to work with
`TMessage` type, allowing for serialization and deserialization of messages.
Base64helper
Classes - Helpers
This class provides static methods to initialize the event system, send encoded messages, and listen for specific event types.
It uses the `Base64helper` class for encoding and decoding messages.
EventHelper