Unified Fan Cookies Js Interface
class UnifiedFanCookiesJsInterface(listener: UnifiedFanCookiesListener) : IUnifiedFanCookiesJsInterface
Handles JavaScript-based authentication events by delegating to a UnifiedFanCookiesListener.
Parameters
listener
The UnifiedFanCookiesListener to receive authentication events.
Functions
Link copied to clipboard
Requests the current login status.
Link copied to clipboard
Initializes multi-factor authentication with provided JSON data.
Link copied to clipboard
Initiates a sign-in process without specific configuration.
Initiates a sign-in process with provided JSON data.
Link copied to clipboard
Updates the login state.
Link copied to clipboard
Sets the UnifiedFanCookiesListener for testing purposes.