@nebius/js-sdk - v0.2.54
    Preparing search index...

    Reads one named token only from the shared token-cache file.

    This bearer cannot obtain or renew a missing token. It returns an empty token when the entry is absent or expired. It is mainly a building block for composed credential flows.

    Hierarchy (View Summary)

    Indexable

    • [key: symbol]: () => unknown

      Reads one named token only from the shared token-cache file.

      This bearer cannot obtain or renew a missing token. It returns an empty token when the entry is absent or expired. It is mainly a building block for composed credential flows.

        • (): unknown
        • Returns a JSON-safe value for logs.

          Returns unknown

    Index
    $type: "nebius.sdk.PureFileCacheBearer" = 'nebius.sdk.PureFileCacheBearer'

    Contains the fully qualified runtime type name.

    • get metricProvider(): string

      Returns the provider name for authorization metrics.

      Returns string

    • get wrapped(): Bearer | undefined

      Returns the next bearer in a wrapper chain, when this bearer wraps another source.

      Returns Bearer | undefined

    • Stops owned background work and closes the wrapped bearer.

      Parameters

      • OptionalgraceMs: number

      Returns Promise<void>