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

    Exchanges an assertion or external credential for a Nebius access token.

    The requester builds the exchange request. The SDK supplies the generated token-exchange client. This low-level bearer does not cache or renew access tokens; high-level bearers such as ServiceAccountBearer wrap it in a RenewableBearer.

    Hierarchy (View Summary)

    Indexable

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

      Exchanges an assertion or external credential for a Nebius access token.

      The requester builds the exchange request. The SDK supplies the generated token-exchange client. This low-level bearer does not cache or renew access tokens; high-level bearers such as ServiceAccountBearer wrap it in a RenewableBearer.

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

          Returns unknown

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

    Contains the fully qualified runtime type name.

    • get metricProvider(): string

      Returns the provider name for authorization metrics.

      Returns string

    • get name(): string | undefined

      Returns the stable credential name used by file-backed token caches.

      Most bearers do not have a name. Wrappers can add one with NamedBearer.

      Returns string | undefined

    • 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>