Sets or gets the default captureRejection value for all emitters.
This symbol shall be used to install a listener for only monitoring 'error'
events. Listeners installed using this symbol are called before the regular
'error'
listeners are called.
Installing a listener using this symbol does not change the behavior once an
'error'
event is emitted, therefore the process will still crash if no
regular 'error'
listener is installed.
Removes any stored user session data from this object
Returns the authentication end-point URL to sign in with the front end.
the callback URL file which will receive auth data. Must be an authorized URL.
Creates an intent token which must match the response. CSRF security measure.
Ensures the latest endpoint configurations are loaded. These are used to construct various URL's for different session types
Runs after a user is successfully authenticated
Tracks the widget instance from the global - used for polling and other kind of global ops possibly.
Stores information about the authenticated user in a localStorage var
Restores a user session details from local storage
Opens an authentication dialog with the desired provider / instance. Returns a promise with a {@link MeResponse} after a successful authentication. Will reject if the auth window is closed or if there is an error.
Signs the user out
Returns a list listener for a specific emitter event name.
Generated using TypeDoc
This is a window-global front-end only class for ScreenMeet. It manages authentication as well as session state polling.