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

    Type Alias GetAccessTokenOptions

    type GetAccessTokenOptions = {
        audience?: string | null;
        mergeScopes?: boolean;
        refresh?: boolean | null;
        scope?: string | null;
    }
    Index

    Properties

    audience?: string | null

    Please note: If you are passing audience, ensure that the used audiences and scopes are part of the Application's Refresh Token Policies in Auth0 when configuring Multi-Resource Refresh Tokens (MRRT). Auth0 Documentation on Multi-resource Refresh Tokens

    mergeScopes?: boolean

    Control scope merging behavior. When true (default): merge global scopes for default audience. When false: use ONLY requested scope (no global merge). Used by challengeWithPopup() to prevent global scope pollution.

    refresh?: boolean | null
    scope?: string | null