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

    Builds a token-exchange request from an external credential and a target service-account ID.

    The reader is called for every request, so file-backed credentials can rotate without recreating this object.

    Implements

    Indexable

    • [key: symbol]: (() => string) | (() => object)

      Builds a token-exchange request from an external credential and a target service-account ID.

      The reader is called for every request, so file-backed credentials can rotate without recreating this object.

      • () => string
          • (): string
          • Builds a token-exchange request from an external credential and a target service-account ID.

            The reader is called for every request, so file-backed credentials can rotate without recreating this object.

            Returns string

      • () => object
          • (): object
          • Returns a JSON-safe value for logs.

            Returns object

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

    Contains the fully qualified runtime type name.

    Source of the current external credential.

    serviceAccountId: string

    ID of the service account that the external identity can act as.