Auth0 Node.js SDK - v7.2.0
    Preparing search index...

    Class HttpResponseHeadersUtils

    Index
    • Gets the client token quota limits from the provided headers.

      Parameters

      • headers: Record<string, string> | Headers

        the HTTP response headers.

      Returns TokenQuotaBucket | null

      a TokenQuotaBucket containing client rate limits, or null if not present.

    • Gets the organization token quota limits from the provided headers.

      Parameters

      • headers: Record<string, string> | Headers

        the HTTP response headers.

      Returns TokenQuotaBucket | null

      a TokenQuotaBucket containing organization rate limits, or null if not present.