@auth0/nextjs-auth0 - v4.22.0
    Preparing search index...

    Type Alias ProxyOptions

    type ProxyOptions = {
        audience: string;
        forceTokenRefresh?: boolean;
        proxyPath: string;
        scope: string | null;
        targetBaseUrl: string;
    }
    Index

    Properties

    audience: string
    forceTokenRefresh?: boolean

    Force a fresh token exchange instead of returning a cached/unexpired token.

    proxyPath: string
    scope: string | null
    targetBaseUrl: string