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

    Type Alias ProxyOptions

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

    Properties

    audience: string
    proxyPath: string
    scope: string | null
    targetBaseUrl: string