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

    Type Alias GetAccessTokenOptions

    type GetAccessTokenOptions = {
        audience?: string | null;
        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

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