Utility class for browser specific functions

Hierarchy

  • BrowserUtils

Constructors

Methods

  • Throws error if token requests are made in non-browser environment

    Parameters

    • isBrowserEnvironment: boolean

      Flag indicating if environment is a browser.

    Returns void

  • Block redirect operations in iframes unless explicitly allowed

    Parameters

    • interactionType: InteractionType

      Interaction type for the request

    • allowRedirectInIframe: boolean

      Config value to allow redirects when app is inside an iframe

    Returns void

Generated using TypeDoc