@auth0/auth0-react
    Preparing search index...

    Interface GetTokenWithPopupOptions

    interface GetTokenWithPopupOptions {
        authorizationParams?: AuthorizationParams;
        cacheMode?: "on" | "off" | "cache-only";
    }

    Hierarchy (View Summary)

    Index

    Properties

    authorizationParams?: AuthorizationParams

    URL parameters that will be sent back to the Authorization Server. This can be known parameters defined by Auth0 or custom parameters that you define.

    cacheMode?: "on" | "off" | "cache-only"

    When off, ignores the cache and always sends a request to Auth0. When cache-only, only reads from the cache and never sends a request to Auth0. Defaults to on, where it both reads from the cache and sends a request to Auth0 as needed.