PopupRequestEventArgs class
Arguments for a popup event if interaction is required during the login flow.
Constructors
| (constructor)(show |
Constructs a new instance of the |
Properties
| show |
A handler should call this from user interaction to ensure the browser does not block the popup window |
Constructor Details
(constructor)(showPopup)
Constructs a new instance of the PopupRequestEventArgs class
constructor(showPopup: () => void);
Parameters
- showPopup
-
() => void
Property Details
showPopup
A handler should call this from user interaction to ensure the browser does not block the popup window
showPopup: () => void;
Property Value
() => void